Shades of Hairy Heath #63382F
Tints of Hairy Heath #63382F
RGB
CMYK
RGB Variations
Color information
#63382F (or 0x63382F) is known color: Hairy Heath. HEX triplet: 63, 38 and 2F. RGB value is (99,56,47). Sum of RGB (Red+Green+Blue) = 99+56+47=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63382F is #9CC7D0. Grayscale: #434343. Windows color (decimal): -10274769 or 3094627. OLE color: 3094627.
HSL color Cylindrical-coordinate representation of color #63382F: hue angle of 10.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63382F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 56 | 47 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.61 |
| HSL | 10.38º | 0.36% | 0.29% | - |
| HSV(B) | 10.38º | 0.53% | 0.39% | - |
| XYZ | 7.07 | 5.69 | 3.41 | - |
| YUV | 67.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 47 | 0 | 0.43 | 0.53 | 0.61 | 10.38 | 0.36 | 0.29 |
| Hex | 63 | 38 | 2F | 0 | 2B | 35 | 3D | A | 24 | 1D |
| Octal | 143 | 70 | 57 | 0 | 53 | 65 | 75 | 12 | 44 | 35 |
| Binary | 1100011 | 111000 | 101111 | 0 | 101011 | 110101 | 111101 | 1010 | 100100 | 11101 |
Color Harmonies of #63382F
Complementary color
Monochromatic Colors of #63382F
Black with #63382F
Text Example
Text Example
White with #63382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63382F; }
p { color: rgb(99,56,47); }
H1.HeaderClassName
{
color: #63382F;
}
.AnyTagClassName
{
color: #63382F;
}
</style>
background-color css
<style>
a { background-color: #63382F; }
a { background-color: rgb(99,56,47); }
div.DivClassName
{
background-color: #63382F;
}
.BgClassName
{
background-color: #63382F;
}
</style>
border-color css
<style>
span { border-color: #63382F; }
span { border-color: rgb(99,56,47); }
td.TdClassName
{
border-color: #63382F;
}
.TagClassName
{
border-color: #63382F;
}
</style>