#64393A

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

Shades of Merlot #64393A

Tints of Merlot #64393A

Color information

#64393A (or 0x64393A) is unknown color: approx Merlot. HEX triplet: 64, 39 and 3A. RGB value is (100,57,58). Sum of RGB (Red+Green+Blue) = 100+57+58=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64393A is #9BC6C5. Grayscale: #464646. Windows color (decimal): -10208966 or 3815780. OLE color: 3815780.

HSL color Cylindrical-coordinate representation of color #64393A: hue angle of 358.6º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64393A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1005758-
CMYK00.430.420.61
HSL358.6º27.39%30.78%-
HSV(B)358.6º43%39.22%-
XYZ7.485.944.76-
YUV69.97121.25149.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=46.51%
G=26.51%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100575800.430.420.61358.627.3930.78
Hex64393A02B2A3D1671b1f
Octal144717205352755473337
Binary110010011100111101001010111010101111011011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64393A; }

 p { color: rgb(100,57,58); }

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

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

 a { background-color: rgb(100,57,58); }

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

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

 span { border-color: rgb(100,57,58); }

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