#64383C

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

Shades of Merlot #64383C

Tints of Merlot #64383C

Color information

#64383C (or 0x64383C) is unknown color: approx Merlot. HEX triplet: 64, 38 and 3C. RGB value is (100,56,60). Sum of RGB (Red+Green+Blue) = 100+56+60=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64383C is #9BC7C3. Grayscale: #454545. Windows color (decimal): -10209220 or 3946596. OLE color: 3946596.

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

Color convert

RGB1005660-
CMYK00.440.40.61
HSL354.55º28.21%30.59%-
HSV(B)354.55º44%39.22%-
XYZ7.495.865.01-
YUV69.61122.58149.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=46.30%
G=25.93%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100566000.440.40.61354.5528.2130.59
Hex64383C02C283D1631c1f
Octal144707405450755433437
Binary110010011100011110001011001010001111011011000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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