Shades of Hairy Heath #61321F
Tints of Hairy Heath #61321F
RGB
CMYK
RGB Variations
Color information
#61321F (or 0x61321F) is known color: Hairy Heath. HEX triplet: 61, 32 and 1F. RGB value is (97,50,31). Sum of RGB (Red+Green+Blue) = 97+50+31=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61321F is #9ECDE0. Grayscale: #3E3E3E. Windows color (decimal): -10407393 or 2044513. OLE color: 2044513.
HSL color Cylindrical-coordinate representation of color #61321F: hue angle of 17.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61321F is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 31 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.62 |
| HSL | 17.27º | 0.52% | 0.25% | - |
| HSV(B) | 17.27º | 0.68% | 0.38% | - |
| XYZ | 6.32 | 4.92 | 1.91 | - |
| YUV | 61.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 31 | 0 | 0.48 | 0.68 | 0.62 | 17.27 | 0.52 | 0.25 |
| Hex | 61 | 32 | 1F | 0 | 30 | 44 | 3E | 11 | 34 | 19 |
| Octal | 141 | 62 | 37 | 0 | 60 | 104 | 76 | 21 | 64 | 31 |
| Binary | 1100001 | 110010 | 11111 | 0 | 110000 | 1000100 | 111110 | 10001 | 110100 | 11001 |
Color Harmonies of #61321F
Complementary color
Monochromatic Colors of #61321F
Black with #61321F
Text Example
Text Example
White with #61321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61321F; }
p { color: rgb(97,50,31); }
H1.HeaderClassName
{
color: #61321F;
}
.AnyTagClassName
{
color: #61321F;
}
</style>
background-color css
<style>
a { background-color: #61321F; }
a { background-color: rgb(97,50,31); }
div.DivClassName
{
background-color: #61321F;
}
.BgClassName
{
background-color: #61321F;
}
</style>
border-color css
<style>
span { border-color: #61321F; }
span { border-color: rgb(97,50,31); }
td.TdClassName
{
border-color: #61321F;
}
.TagClassName
{
border-color: #61321F;
}
</style>