Shades of Rock Spray #9F3D25
Tints of Rock Spray #9F3D25
RGB
CMYK
RGB Variations
Color information
#9F3D25 (or 0x9F3D25) is known color: Rock Spray. HEX triplet: 9F, 3D and 25. RGB value is (159,61,37). Sum of RGB (Red+Green+Blue) = 159+61+37=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3D25 is #60C2DA. Grayscale: #575757. Windows color (decimal): -6341339 or 2440607. OLE color: 2440607.
HSL color Cylindrical-coordinate representation of color #9F3D25: hue angle of 11.8º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F3D25 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 61 | 37 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.38 |
| HSL | 11.8º | 0.62% | 0.38% | - |
| HSV(B) | 11.8º | 0.77% | 0.62% | - |
| XYZ | 16.3 | 10.84 | 2.98 | - |
| YUV | 87.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 37 | 0 | 0.62 | 0.77 | 0.38 | 11.8 | 0.62 | 0.38 |
| Hex | 9F | 3D | 25 | 0 | 3E | 4D | 26 | C | 3E | 26 |
| Octal | 237 | 75 | 45 | 0 | 76 | 115 | 46 | 14 | 76 | 46 |
| Binary | 10011111 | 111101 | 100101 | 0 | 111110 | 1001101 | 100110 | 1100 | 111110 | 100110 |
Color Harmonies of #9F3D25
Complementary color
Monochromatic Colors of #9F3D25
Black with #9F3D25
Text Example
Text Example
White with #9F3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3D25; }
p { color: rgb(159,61,37); }
H1.HeaderClassName
{
color: #9F3D25;
}
.AnyTagClassName
{
color: #9F3D25;
}
</style>
background-color css
<style>
a { background-color: #9F3D25; }
a { background-color: rgb(159,61,37); }
div.DivClassName
{
background-color: #9F3D25;
}
.BgClassName
{
background-color: #9F3D25;
}
</style>
border-color css
<style>
span { border-color: #9F3D25; }
span { border-color: rgb(159,61,37); }
td.TdClassName
{
border-color: #9F3D25;
}
.TagClassName
{
border-color: #9F3D25;
}
</style>