Shades of Rock Spray #9F3919
Tints of Rock Spray #9F3919
RGB
CMYK
RGB Variations
Color information
#9F3919 (or 0x9F3919) is known color: Rock Spray. HEX triplet: 9F, 39 and 19. RGB value is (159,57,25). Sum of RGB (Red+Green+Blue) = 159+57+25=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3919 is #60C6E6. Grayscale: #545454. Windows color (decimal): -6342375 or 1653151. OLE color: 1653151.
HSL color Cylindrical-coordinate representation of color #9F3919: hue angle of 14.33º degrees, saturation: 0.73, 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 #9F3919 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 25 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.38 |
| HSL | 14.33º | 0.73% | 0.36% | - |
| HSV(B) | 14.33º | 0.84% | 0.62% | - |
| XYZ | 15.94 | 10.37 | 2.08 | - |
| YUV | 83.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 25 | 0 | 0.64 | 0.84 | 0.38 | 14.33 | 0.73 | 0.36 |
| Hex | 9F | 39 | 19 | 0 | 40 | 54 | 26 | E | 49 | 24 |
| Octal | 237 | 71 | 31 | 0 | 100 | 124 | 46 | 16 | 111 | 44 |
| Binary | 10011111 | 111001 | 11001 | 0 | 1000000 | 1010100 | 100110 | 1110 | 1001001 | 100100 |
Color Harmonies of #9F3919
Complementary color
Monochromatic Colors of #9F3919
Black with #9F3919
Text Example
Text Example
White with #9F3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3919; }
p { color: rgb(159,57,25); }
H1.HeaderClassName
{
color: #9F3919;
}
.AnyTagClassName
{
color: #9F3919;
}
</style>
background-color css
<style>
a { background-color: #9F3919; }
a { background-color: rgb(159,57,25); }
div.DivClassName
{
background-color: #9F3919;
}
.BgClassName
{
background-color: #9F3919;
}
</style>
border-color css
<style>
span { border-color: #9F3919; }
span { border-color: rgb(159,57,25); }
td.TdClassName
{
border-color: #9F3919;
}
.TagClassName
{
border-color: #9F3919;
}
</style>