Shades of Hairy Heath #642C1C
Tints of Hairy Heath #642C1C
RGB
CMYK
RGB Variations
Color information
#642C1C (or 0x642C1C) is known color: Hairy Heath. HEX triplet: 64, 2C and 1C. RGB value is (100,44,28). Sum of RGB (Red+Green+Blue) = 100+44+28=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C1C is #9BD3E3. Grayscale: #3B3B3B. Windows color (decimal): -10212324 or 1846372. OLE color: 1846372.
HSL color Cylindrical-coordinate representation of color #642C1C: hue angle of 13.33º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642C1C is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 28 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.61 |
| HSL | 13.33º | 0.56% | 0.25% | - |
| HSV(B) | 13.33º | 0.72% | 0.39% | - |
| XYZ | 6.37 | 4.59 | 1.65 | - |
| YUV | 58.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 28 | 0 | 0.56 | 0.72 | 0.61 | 13.33 | 0.56 | 0.25 |
| Hex | 64 | 2C | 1C | 0 | 38 | 48 | 3D | D | 38 | 19 |
| Octal | 144 | 54 | 34 | 0 | 70 | 110 | 75 | 15 | 70 | 31 |
| Binary | 1100100 | 101100 | 11100 | 0 | 111000 | 1001000 | 111101 | 1101 | 111000 | 11001 |
Color Harmonies of #642C1C
Complementary color
Monochromatic Colors of #642C1C
Black with #642C1C
Text Example
Text Example
White with #642C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C1C; }
p { color: rgb(100,44,28); }
H1.HeaderClassName
{
color: #642C1C;
}
.AnyTagClassName
{
color: #642C1C;
}
</style>
background-color css
<style>
a { background-color: #642C1C; }
a { background-color: rgb(100,44,28); }
div.DivClassName
{
background-color: #642C1C;
}
.BgClassName
{
background-color: #642C1C;
}
</style>
border-color css
<style>
span { border-color: #642C1C; }
span { border-color: rgb(100,44,28); }
td.TdClassName
{
border-color: #642C1C;
}
.TagClassName
{
border-color: #642C1C;
}
</style>