Shades of Hairy Heath #65321D
Tints of Hairy Heath #65321D
RGB
CMYK
RGB Variations
Color information
#65321D (or 0x65321D) is known color: Hairy Heath. HEX triplet: 65, 32 and 1D. RGB value is (101,50,29). Sum of RGB (Red+Green+Blue) = 101+50+29=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65321D is #9ACDE2. Grayscale: #3E3E3E. Windows color (decimal): -10145251 or 1913445. OLE color: 1913445.
HSL color Cylindrical-coordinate representation of color #65321D: hue angle of 17.5º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65321D is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 29 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.60 |
| HSL | 17.5º | 0.55% | 0.25% | - |
| HSV(B) | 17.5º | 0.71% | 0.4% | - |
| XYZ | 6.73 | 5.14 | 1.8 | - |
| YUV | 62.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 29 | 0 | 0.50 | 0.71 | 0.60 | 17.5 | 0.55 | 0.25 |
| Hex | 65 | 32 | 1D | 0 | 32 | 47 | 3C | 12 | 37 | 19 |
| Octal | 145 | 62 | 35 | 0 | 62 | 107 | 74 | 22 | 67 | 31 |
| Binary | 1100101 | 110010 | 11101 | 0 | 110010 | 1000111 | 111100 | 10010 | 110111 | 11001 |
Color Harmonies of #65321D
Complementary color
Monochromatic Colors of #65321D
Black with #65321D
Text Example
Text Example
White with #65321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65321D; }
p { color: rgb(101,50,29); }
H1.HeaderClassName
{
color: #65321D;
}
.AnyTagClassName
{
color: #65321D;
}
</style>
background-color css
<style>
a { background-color: #65321D; }
a { background-color: rgb(101,50,29); }
div.DivClassName
{
background-color: #65321D;
}
.BgClassName
{
background-color: #65321D;
}
</style>
border-color css
<style>
span { border-color: #65321D; }
span { border-color: rgb(101,50,29); }
td.TdClassName
{
border-color: #65321D;
}
.TagClassName
{
border-color: #65321D;
}
</style>