Shades of Rock Spray #9E3A27
Tints of Rock Spray #9E3A27
RGB
CMYK
RGB Variations
Color information
#9E3A27 (or 0x9E3A27) is known color: Rock Spray. HEX triplet: 9E, 3A and 27. RGB value is (158,58,39). Sum of RGB (Red+Green+Blue) = 158+58+39=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3A27 is #61C5D8. Grayscale: #555555. Windows color (decimal): -6407641 or 2570910. OLE color: 2570910.
HSL color Cylindrical-coordinate representation of color #9E3A27: hue angle of 9.58º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E3A27 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 39 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.38 |
| HSL | 9.58º | 0.6% | 0.39% | - |
| HSV(B) | 9.58º | 0.75% | 0.62% | - |
| XYZ | 15.98 | 10.44 | 3.09 | - |
| YUV | 85.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 39 | 0 | 0.63 | 0.75 | 0.38 | 9.58 | 0.6 | 0.39 |
| Hex | 9E | 3A | 27 | 0 | 3F | 4B | 26 | A | 3C | 27 |
| Octal | 236 | 72 | 47 | 0 | 77 | 113 | 46 | 12 | 74 | 47 |
| Binary | 10011110 | 111010 | 100111 | 0 | 111111 | 1001011 | 100110 | 1010 | 111100 | 100111 |
Color Harmonies of #9E3A27
Complementary color
Monochromatic Colors of #9E3A27
Black with #9E3A27
Text Example
Text Example
White with #9E3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A27; }
p { color: rgb(158,58,39); }
H1.HeaderClassName
{
color: #9E3A27;
}
.AnyTagClassName
{
color: #9E3A27;
}
</style>
background-color css
<style>
a { background-color: #9E3A27; }
a { background-color: rgb(158,58,39); }
div.DivClassName
{
background-color: #9E3A27;
}
.BgClassName
{
background-color: #9E3A27;
}
</style>
border-color css
<style>
span { border-color: #9E3A27; }
span { border-color: rgb(158,58,39); }
td.TdClassName
{
border-color: #9E3A27;
}
.TagClassName
{
border-color: #9E3A27;
}
</style>