Shades of Hairy Heath #64311D
Tints of Hairy Heath #64311D
RGB
CMYK
RGB Variations
Color information
#64311D (or 0x64311D) is known color: Hairy Heath. HEX triplet: 64, 31 and 1D. RGB value is (100,49,29). Sum of RGB (Red+Green+Blue) = 100+49+29=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64311D is #9BCEE2. Grayscale: #3E3E3E. Windows color (decimal): -10211043 or 1913188. OLE color: 1913188.
HSL color Cylindrical-coordinate representation of color #64311D: hue angle of 16.9º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64311D is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 29 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.61 |
| HSL | 16.9º | 0.55% | 0.25% | - |
| HSV(B) | 16.9º | 0.71% | 0.39% | - |
| XYZ | 6.58 | 4.99 | 1.78 | - |
| YUV | 61.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 29 | 0 | 0.51 | 0.71 | 0.61 | 16.9 | 0.55 | 0.25 |
| Hex | 64 | 31 | 1D | 0 | 33 | 47 | 3D | 11 | 37 | 19 |
| Octal | 144 | 61 | 35 | 0 | 63 | 107 | 75 | 21 | 67 | 31 |
| Binary | 1100100 | 110001 | 11101 | 0 | 110011 | 1000111 | 111101 | 10001 | 110111 | 11001 |
Color Harmonies of #64311D
Complementary color
Monochromatic Colors of #64311D
Black with #64311D
Text Example
Text Example
White with #64311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64311D; }
p { color: rgb(100,49,29); }
H1.HeaderClassName
{
color: #64311D;
}
.AnyTagClassName
{
color: #64311D;
}
</style>
background-color css
<style>
a { background-color: #64311D; }
a { background-color: rgb(100,49,29); }
div.DivClassName
{
background-color: #64311D;
}
.BgClassName
{
background-color: #64311D;
}
</style>
border-color css
<style>
span { border-color: #64311D; }
span { border-color: rgb(100,49,29); }
td.TdClassName
{
border-color: #64311D;
}
.TagClassName
{
border-color: #64311D;
}
</style>