Shades of Rock Spray #9B401F
Tints of Rock Spray #9B401F
RGB
CMYK
RGB Variations
Color information
#9B401F (or 0x9B401F) is known color: Rock Spray. HEX triplet: 9B, 40 and 1F. RGB value is (155,64,31). Sum of RGB (Red+Green+Blue) = 155+64+31=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B401F is #64BFE0. Grayscale: #575757. Windows color (decimal): -6602721 or 2048155. OLE color: 2048155.
HSL color Cylindrical-coordinate representation of color #9B401F: hue angle of 15.97º 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 #9B401F is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 31 | - |
| CMYK | 0 | 0.59 | 0.8 | 0.39 |
| HSL | 15.97º | 0.67% | 0.36% | - |
| HSV(B) | 15.97º | 0.8% | 0.61% | - |
| XYZ | 15.6 | 10.73 | 2.55 | - |
| YUV | 87.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 31 | 0 | 0.59 | 0.8 | 0.39 | 15.97 | 0.67 | 0.36 |
| Hex | 9B | 40 | 1F | 0 | 3B | 50 | 27 | 10 | 43 | 24 |
| Octal | 233 | 100 | 37 | 0 | 73 | 120 | 47 | 20 | 103 | 44 |
| Binary | 10011011 | 1000000 | 11111 | 0 | 111011 | 1010000 | 100111 | 10000 | 1000011 | 100100 |
Color Harmonies of #9B401F
Complementary color
Monochromatic Colors of #9B401F
Black with #9B401F
Text Example
Text Example
White with #9B401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B401F; }
p { color: rgb(155,64,31); }
H1.HeaderClassName
{
color: #9B401F;
}
.AnyTagClassName
{
color: #9B401F;
}
</style>
background-color css
<style>
a { background-color: #9B401F; }
a { background-color: rgb(155,64,31); }
div.DivClassName
{
background-color: #9B401F;
}
.BgClassName
{
background-color: #9B401F;
}
</style>
border-color css
<style>
span { border-color: #9B401F; }
span { border-color: rgb(155,64,31); }
td.TdClassName
{
border-color: #9B401F;
}
.TagClassName
{
border-color: #9B401F;
}
</style>