Html Css Color HEX #663539 Merlot

📋 copy color: '#663539'

red 102 ◦ green 53 ◦ blue 57

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

Shades of Merlot #663539

Tints of Merlot #663539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

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

R = 48.11%
G = 25%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.6

RGB Variations

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

Color information

#663539 (or 0x663539) is known color: Merlot. HEX triplet: 66, 35 and 39. RGB value is (102,53,57). Sum of RGB (Red+Green+Blue) = 102+53+57=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663539 is #99CAC6. Grayscale: #444444. Windows color (decimal): -10078919 or 3749222. OLE color: 3749222.

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

Color convert

RGB 102 53 57 -
CMYK 0 0.48 0.44 0.6
HSL 355.1º 0.32% 0.3% -
HSV(B) 355.1º 0.48% 0.4% -
XYZ 7.49 5.67 4.57 -
YUV 68.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 102 53 57 0 0.48 0.44 0.6 355.1 0.32 0.3
Hex 66 35 39 0 30 2C 3C 163 20 1E
Octal 146 65 71 0 60 54 74 543 40 36
Binary 1100110 110101 111001 0 110000 101100 111100 101100011 100000 11110

Color Harmonies of #663539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663539

Black with #663539

Text Example


Text Example

White with #663539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663539; }

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

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

background-color css

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

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

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

border-color css

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

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

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