Html Css Color HEX #69363B Merlot

📋 copy color: '#69363B'

red 105 ◦ green 54 ◦ blue 59

#69363B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #69363B

Tints of Merlot #69363B

RGB

 RED value IS 105 (41.41% from 255) = 48.17%

 GREEN value IS 54 (21.48% from 255) = 24.77%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 48.17%
G = 24.77%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69363B (or 0x69363B) is known color: Merlot. HEX triplet: 69, 36 and 3B. RGB value is (105,54,59). Sum of RGB (Red+Green+Blue) = 105+54+59=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69363B is #96C9C4. Grayscale: #454545. Windows color (decimal): -9882053 or 3880553. OLE color: 3880553.

HSL color Cylindrical-coordinate representation of color #69363B: hue angle of 354.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69363B is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 54 59 -
CMYK 0 0.49 0.44 0.59
HSL 354.12º 0.32% 0.31% -
HSV(B) 354.12º 0.49% 0.41% -
XYZ 7.93 5.96 4.87 -
YUV 69.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 105 54 59 0 0.49 0.44 0.59 354.12 0.32 0.31
Hex 69 36 3B 0 31 2C 3B 162 20 1F
Octal 151 66 73 0 61 54 73 542 40 37
Binary 1101001 110110 111011 0 110001 101100 111011 101100010 100000 11111

Color Harmonies of #69363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69363B

Black with #69363B

Text Example


Text Example

White with #69363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69363B; }

 p { color: rgb(105,54,59); }

 H1.HeaderClassName
 {
   color: #69363B;
 }
 .AnyTagClassName
 {
   color: #69363B;
 }
</style>

background-color css

<style>
 a { background-color: #69363B; }

 a { background-color: rgb(105,54,59); }

 div.DivClassName
 {
   background-color: #69363B;
 }
 .BgClassName
 {
   background-color: #69363B;
 }
</style>

border-color css

<style>
 span { border-color: #69363B; }

 span { border-color: rgb(105,54,59); }

 td.TdClassName
 {
   border-color: #69363B;
 }
 .TagClassName
 {
   border-color: #69363B;
 }
</style>