Shades of Rich Gold #9B431B
Tints of Rich Gold #9B431B
RGB
CMYK
RGB Variations
Color information
#9B431B (or 0x9B431B) is known color: Rich Gold. HEX triplet: 9B, 43 and 1B. RGB value is (155,67,27). Sum of RGB (Red+Green+Blue) = 155+67+27=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B431B is #64BCE4. Grayscale: #595959. Windows color (decimal): -6601957 or 1786779. OLE color: 1786779.
HSL color Cylindrical-coordinate representation of color #9B431B: hue angle of 18.75º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B431B is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 27 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.39 |
| HSL | 18.75º | 0.7% | 0.36% | - |
| HSV(B) | 18.75º | 0.83% | 0.61% | - |
| XYZ | 15.72 | 11.06 | 2.34 | - |
| YUV | 88.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 27 | 0 | 0.57 | 0.83 | 0.39 | 18.75 | 0.7 | 0.36 |
| Hex | 9B | 43 | 1B | 0 | 39 | 53 | 27 | 13 | 46 | 24 |
| Octal | 233 | 103 | 33 | 0 | 71 | 123 | 47 | 23 | 106 | 44 |
| Binary | 10011011 | 1000011 | 11011 | 0 | 111001 | 1010011 | 100111 | 10011 | 1000110 | 100100 |
Color Harmonies of #9B431B
Complementary color
Monochromatic Colors of #9B431B
Black with #9B431B
Text Example
Text Example
White with #9B431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B431B; }
p { color: rgb(155,67,27); }
H1.HeaderClassName
{
color: #9B431B;
}
.AnyTagClassName
{
color: #9B431B;
}
</style>
background-color css
<style>
a { background-color: #9B431B; }
a { background-color: rgb(155,67,27); }
div.DivClassName
{
background-color: #9B431B;
}
.BgClassName
{
background-color: #9B431B;
}
</style>
border-color css
<style>
span { border-color: #9B431B; }
span { border-color: rgb(155,67,27); }
td.TdClassName
{
border-color: #9B431B;
}
.TagClassName
{
border-color: #9B431B;
}
</style>