Html Css Color HEX #64373C Merlot

📋 copy color: '#64373C'

red 100 ◦ green 55 ◦ blue 60

#64373C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #64373C

Tints of Merlot #64373C

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 value IS 0

 M value IS 0.45

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#64373C (or 0x64373C) is known color: 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

RGB 100 55 60 -
CMYK 0 0.45 0.4 0.61
HSL 353.33º 0.29% 0.3% -
HSV(B) 353.33º 0.45% 0.39% -
XYZ 7.44 5.77 5 -
YUV 69.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 100 55 60 0 0.45 0.4 0.61 353.33 0.29 0.3
Hex 64 37 3C 0 2D 28 3D 161 1D 1E
Octal 144 67 74 0 55 50 75 541 35 36
Binary 1100100 110111 111100 0 101101 101000 111101 101100001 11101 11110

Color Harmonies of #64373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64373C

Black with #64373C

Text Example


Text Example

White with #64373C

Text Example


Text Example

HTML Codes & Css Web 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>