#64383B

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

Shades of Merlot #64383B

Tints of Merlot #64383B

Color information

#64383B (or 0x64383B) is unknown color: approx Merlot. HEX triplet: 64, 38 and 3B. RGB value is (100,56,59). Sum of RGB (Red+Green+Blue) = 100+56+59=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64383B is #9BC7C4. Grayscale: #454545. Windows color (decimal): -10209221 or 3881060. OLE color: 3881060.

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

Color convert

RGB1005659-
CMYK00.440.410.61
HSL355.91º28.21%30.59%-
HSV(B)355.91º44%39.22%-
XYZ7.465.854.87-
YUV69.5122.08149.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=46.51%
G=26.05%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100565900.440.410.61355.9128.2130.59
Hex64383B02C293D1641c1f
Octal144707305451755443437
Binary110010011100011101101011001010011111011011001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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