Shades of Rock Spray #9E381A
Tints of Rock Spray #9E381A
RGB
CMYK
RGB Variations
Color information
#9E381A (or 0x9E381A) is known color: Rock Spray. HEX triplet: 9E, 38 and 1A. RGB value is (158,56,26). Sum of RGB (Red+Green+Blue) = 158+56+26=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E381A is #61C7E5. Grayscale: #535353. Windows color (decimal): -6408166 or 1718430. OLE color: 1718430.
HSL color Cylindrical-coordinate representation of color #9E381A: hue angle of 13.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E381A is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 26 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.38 |
| HSL | 13.64º | 0.72% | 0.36% | - |
| HSV(B) | 13.64º | 0.84% | 0.62% | - |
| XYZ | 15.7 | 10.17 | 2.11 | - |
| YUV | 83.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 26 | 0 | 0.65 | 0.84 | 0.38 | 13.64 | 0.72 | 0.36 |
| Hex | 9E | 38 | 1A | 0 | 41 | 54 | 26 | E | 48 | 24 |
| Octal | 236 | 70 | 32 | 0 | 101 | 124 | 46 | 16 | 110 | 44 |
| Binary | 10011110 | 111000 | 11010 | 0 | 1000001 | 1010100 | 100110 | 1110 | 1001000 | 100100 |
Color Harmonies of #9E381A
Complementary color
Monochromatic Colors of #9E381A
Black with #9E381A
Text Example
Text Example
White with #9E381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E381A; }
p { color: rgb(158,56,26); }
H1.HeaderClassName
{
color: #9E381A;
}
.AnyTagClassName
{
color: #9E381A;
}
</style>
background-color css
<style>
a { background-color: #9E381A; }
a { background-color: rgb(158,56,26); }
div.DivClassName
{
background-color: #9E381A;
}
.BgClassName
{
background-color: #9E381A;
}
</style>
border-color css
<style>
span { border-color: #9E381A; }
span { border-color: rgb(158,56,26); }
td.TdClassName
{
border-color: #9E381A;
}
.TagClassName
{
border-color: #9E381A;
}
</style>