Shades of Hairy Heath #64312A
Tints of Hairy Heath #64312A
RGB
CMYK
RGB Variations
Color information
#64312A (or 0x64312A) is known color: Hairy Heath. HEX triplet: 64, 31 and 2A. RGB value is (100,49,42). Sum of RGB (Red+Green+Blue) = 100+49+42=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #64312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64312A is #9BCED5. Grayscale: #3F3F3F. Windows color (decimal): -10211030 or 2765156. OLE color: 2765156.
HSL color Cylindrical-coordinate representation of color #64312A: hue angle of 7.24º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64312A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 42 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.61 |
| HSL | 7.24º | 0.41% | 0.28% | - |
| HSV(B) | 7.24º | 0.58% | 0.39% | - |
| XYZ | 6.77 | 5.07 | 2.81 | - |
| YUV | 63.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 42 | 0 | 0.51 | 0.58 | 0.61 | 7.24 | 0.41 | 0.28 |
| Hex | 64 | 31 | 2A | 0 | 33 | 3A | 3D | 7 | 29 | 1C |
| Octal | 144 | 61 | 52 | 0 | 63 | 72 | 75 | 7 | 51 | 34 |
| Binary | 1100100 | 110001 | 101010 | 0 | 110011 | 111010 | 111101 | 111 | 101001 | 11100 |
Color Harmonies of #64312A
Complementary color
Monochromatic Colors of #64312A
Black with #64312A
Text Example
Text Example
White with #64312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64312A; }
p { color: rgb(100,49,42); }
H1.HeaderClassName
{
color: #64312A;
}
.AnyTagClassName
{
color: #64312A;
}
</style>
background-color css
<style>
a { background-color: #64312A; }
a { background-color: rgb(100,49,42); }
div.DivClassName
{
background-color: #64312A;
}
.BgClassName
{
background-color: #64312A;
}
</style>
border-color css
<style>
span { border-color: #64312A; }
span { border-color: rgb(100,49,42); }
td.TdClassName
{
border-color: #64312A;
}
.TagClassName
{
border-color: #64312A;
}
</style>