Shades of Rock Spray #9F3D32
Tints of Rock Spray #9F3D32
RGB
CMYK
RGB Variations
Color information
#9F3D32 (or 0x9F3D32) is known color: Rock Spray. HEX triplet: 9F, 3D and 32. RGB value is (159,61,50). Sum of RGB (Red+Green+Blue) = 159+61+50=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3D32 is #60C2CD. Grayscale: #595959. Windows color (decimal): -6341326 or 3292575. OLE color: 3292575.
HSL color Cylindrical-coordinate representation of color #9F3D32: hue angle of 6.06º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3D32 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 61 | 50 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.38 |
| HSL | 6.06º | 0.52% | 0.41% | - |
| HSV(B) | 6.06º | 0.69% | 0.62% | - |
| XYZ | 16.54 | 10.94 | 4.26 | - |
| YUV | 89.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 50 | 0 | 0.62 | 0.69 | 0.38 | 6.06 | 0.52 | 0.41 |
| Hex | 9F | 3D | 32 | 0 | 3E | 45 | 26 | 6 | 34 | 29 |
| Octal | 237 | 75 | 62 | 0 | 76 | 105 | 46 | 6 | 64 | 51 |
| Binary | 10011111 | 111101 | 110010 | 0 | 111110 | 1000101 | 100110 | 110 | 110100 | 101001 |
Color Harmonies of #9F3D32
Complementary color
Monochromatic Colors of #9F3D32
Black with #9F3D32
Text Example
Text Example
White with #9F3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3D32; }
p { color: rgb(159,61,50); }
H1.HeaderClassName
{
color: #9F3D32;
}
.AnyTagClassName
{
color: #9F3D32;
}
</style>
background-color css
<style>
a { background-color: #9F3D32; }
a { background-color: rgb(159,61,50); }
div.DivClassName
{
background-color: #9F3D32;
}
.BgClassName
{
background-color: #9F3D32;
}
</style>
border-color css
<style>
span { border-color: #9F3D32; }
span { border-color: rgb(159,61,50); }
td.TdClassName
{
border-color: #9F3D32;
}
.TagClassName
{
border-color: #9F3D32;
}
</style>