Shades of Hairy Heath #65372D
Tints of Hairy Heath #65372D
RGB
CMYK
RGB Variations
Color information
#65372D (or 0x65372D) is known color: Hairy Heath. HEX triplet: 65, 37 and 2D. RGB value is (101,55,45). Sum of RGB (Red+Green+Blue) = 101+55+45=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65372D is #9AC8D2. Grayscale: #434343. Windows color (decimal): -10143955 or 2963301. OLE color: 2963301.
HSL color Cylindrical-coordinate representation of color #65372D: hue angle of 10.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65372D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 55 | 45 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.60 |
| HSL | 10.71º | 0.38% | 0.29% | - |
| HSV(B) | 10.71º | 0.55% | 0.4% | - |
| XYZ | 7.21 | 5.69 | 3.2 | - |
| YUV | 67.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 45 | 0 | 0.46 | 0.55 | 0.60 | 10.71 | 0.38 | 0.29 |
| Hex | 65 | 37 | 2D | 0 | 2E | 37 | 3C | B | 26 | 1D |
| Octal | 145 | 67 | 55 | 0 | 56 | 67 | 74 | 13 | 46 | 35 |
| Binary | 1100101 | 110111 | 101101 | 0 | 101110 | 110111 | 111100 | 1011 | 100110 | 11101 |
Color Harmonies of #65372D
Complementary color
Monochromatic Colors of #65372D
Black with #65372D
Text Example
Text Example
White with #65372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65372D; }
p { color: rgb(101,55,45); }
H1.HeaderClassName
{
color: #65372D;
}
.AnyTagClassName
{
color: #65372D;
}
</style>
background-color css
<style>
a { background-color: #65372D; }
a { background-color: rgb(101,55,45); }
div.DivClassName
{
background-color: #65372D;
}
.BgClassName
{
background-color: #65372D;
}
</style>
border-color css
<style>
span { border-color: #65372D; }
span { border-color: rgb(101,55,45); }
td.TdClassName
{
border-color: #65372D;
}
.TagClassName
{
border-color: #65372D;
}
</style>