Html Css Color HEX #663239 Merlot

📋 copy color: '#663239'

red 102 ◦ green 50 ◦ blue 57

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

Shades of Merlot #663239

Tints of Merlot #663239

RGB

 RED value IS 102 (40.23% from 255) = 48.8%

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 57 (22.66% from 255) = 27.27%

R = 48.8%
G = 23.92%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.6

RGB Variations

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

Color information

#663239 (or 0x663239) is known color: Merlot. HEX triplet: 66, 32 and 39. RGB value is (102,50,57). Sum of RGB (Red+Green+Blue) = 102+50+57=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663239 is #99CDC6. Grayscale: #424242. Windows color (decimal): -10079687 or 3748454. OLE color: 3748454.

HSL color Cylindrical-coordinate representation of color #663239: hue angle of 351.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663239 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 57 -
CMYK 0 0.51 0.44 0.6
HSL 351.92º 0.34% 0.3% -
HSV(B) 351.92º 0.51% 0.4% -
XYZ 7.36 5.4 4.53 -
YUV 66.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 102 50 57 0 0.51 0.44 0.6 351.92 0.34 0.3
Hex 66 32 39 0 33 2C 3C 160 22 1E
Octal 146 62 71 0 63 54 74 540 42 36
Binary 1100110 110010 111001 0 110011 101100 111100 101100000 100010 11110

Color Harmonies of #663239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663239

Black with #663239

Text Example


Text Example

White with #663239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663239; }

 p { color: rgb(102,50,57); }

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

background-color css

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

 a { background-color: rgb(102,50,57); }

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

border-color css

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

 span { border-color: rgb(102,50,57); }

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