#64383E

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

Shades of Merlot #64383E

Tints of Merlot #64383E

Color information

#64383E (or 0x64383E) is unknown color: approx Merlot. HEX triplet: 64, 38 and 3E. RGB value is (100,56,62). Sum of RGB (Red+Green+Blue) = 100+56+62=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64383E is #9BC7C1. Grayscale: #454545. Windows color (decimal): -10209218 or 4077668. OLE color: 4077668.

HSL color Cylindrical-coordinate representation of color #64383E: hue angle of 351.82º 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 #64383E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB1005662-
CMYK00.440.380.61
HSL351.82º28.21%30.59%-
HSV(B)351.82º44%39.22%-
XYZ7.545.895.3-
YUV69.84123.58149.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=45.87%
G=25.69%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100566200.440.380.61351.8228.2130.59
Hex64383E02C263D1601c1f
Octal144707605446755403437
Binary110010011100011111001011001001101111011011000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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