#64373C

Color #64373C Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #64373C

Tints of Merlot #64373C

Color information

#64373C (or 0x64373C) is unknown color: approx Merlot. HEX triplet: 64, 37 and 3C. RGB value is (100,55,60). Sum of RGB (Red+Green+Blue) = 100+55+60=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64373C is #9BC8C3. Grayscale: #454545. Windows color (decimal): -10209476 or 3946340. OLE color: 3946340.

HSL color Cylindrical-coordinate representation of color #64373C: hue angle of 353.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64373C is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1005560-
CMYK00.450.40.61
HSL353.33º29.03%30.39%-
HSV(B)353.33º45%39.22%-
XYZ7.445.775-
YUV69.02122.91150.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=46.51%
G=25.58%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100556000.450.40.61353.3329.0330.39
Hex64373C02D283D1611d1e
Octal144677405550755413536
Binary110010011011111110001011011010001111011011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64373C; }

 p { color: rgb(100,55,60); }

 H1.HeaderClassName
 {
   color: #64373C;
 }
 .AnyTagClassName
 {
   color: #64373C;
 }
</style>
background-color css

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

 a { background-color: rgb(100,55,60); }

 div.DivClassName
 {
   background-color: #64373C;
 }
 .BgClassName
 {
   background-color: #64373C;
 }
</style>
border-color css

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

 span { border-color: rgb(100,55,60); }

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