Shades of Rock Spray #9B431F
Tints of Rock Spray #9B431F
RGB
CMYK
RGB Variations
Color information
#9B431F (or 0x9B431F) is known color: Rock Spray. HEX triplet: 9B, 43 and 1F. RGB value is (155,67,31). Sum of RGB (Red+Green+Blue) = 155+67+31=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B431F is #64BCE0. Grayscale: #595959. Windows color (decimal): -6601953 or 2048923. OLE color: 2048923.
HSL color Cylindrical-coordinate representation of color #9B431F: hue angle of 17.42º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B431F is Cyan = 0, Magento = 0.57, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 31 | - |
| CMYK | 0 | 0.57 | 0.8 | 0.39 |
| HSL | 17.42º | 0.67% | 0.36% | - |
| HSV(B) | 17.42º | 0.8% | 0.61% | - |
| XYZ | 15.77 | 11.08 | 2.6 | - |
| YUV | 89.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 31 | 0 | 0.57 | 0.8 | 0.39 | 17.42 | 0.67 | 0.36 |
| Hex | 9B | 43 | 1F | 0 | 39 | 50 | 27 | 11 | 43 | 24 |
| Octal | 233 | 103 | 37 | 0 | 71 | 120 | 47 | 21 | 103 | 44 |
| Binary | 10011011 | 1000011 | 11111 | 0 | 111001 | 1010000 | 100111 | 10001 | 1000011 | 100100 |
Color Harmonies of #9B431F
Complementary color
Monochromatic Colors of #9B431F
Black with #9B431F
Text Example
Text Example
White with #9B431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B431F; }
p { color: rgb(155,67,31); }
H1.HeaderClassName
{
color: #9B431F;
}
.AnyTagClassName
{
color: #9B431F;
}
</style>
background-color css
<style>
a { background-color: #9B431F; }
a { background-color: rgb(155,67,31); }
div.DivClassName
{
background-color: #9B431F;
}
.BgClassName
{
background-color: #9B431F;
}
</style>
border-color css
<style>
span { border-color: #9B431F; }
span { border-color: rgb(155,67,31); }
td.TdClassName
{
border-color: #9B431F;
}
.TagClassName
{
border-color: #9B431F;
}
</style>