Shades of Rich Gold #9B581C
Tints of Rich Gold #9B581C
RGB
CMYK
RGB Variations
Color information
#9B581C (or 0x9B581C) is known color: Rich Gold. HEX triplet: 9B, 58 and 1C. RGB value is (155,88,28). Sum of RGB (Red+Green+Blue) = 155+88+28=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B581C is #64A7E3. Grayscale: #656565. Windows color (decimal): -6596580 or 1857691. OLE color: 1857691.
HSL color Cylindrical-coordinate representation of color #9B581C: hue angle of 28.35º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B581C is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 28 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.39 |
| HSL | 28.35º | 0.69% | 0.36% | - |
| HSV(B) | 28.35º | 0.82% | 0.61% | - |
| XYZ | 17.22 | 14.03 | 2.9 | - |
| YUV | 101.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 28 | 0 | 0.43 | 0.82 | 0.39 | 28.35 | 0.69 | 0.36 |
| Hex | 9B | 58 | 1C | 0 | 2B | 52 | 27 | 1C | 45 | 24 |
| Octal | 233 | 130 | 34 | 0 | 53 | 122 | 47 | 34 | 105 | 44 |
| Binary | 10011011 | 1011000 | 11100 | 0 | 101011 | 1010010 | 100111 | 11100 | 1000101 | 100100 |
Color Harmonies of #9B581C
Complementary color
Monochromatic Colors of #9B581C
Black with #9B581C
Text Example
Text Example
White with #9B581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B581C; }
p { color: rgb(155,88,28); }
H1.HeaderClassName
{
color: #9B581C;
}
.AnyTagClassName
{
color: #9B581C;
}
</style>
background-color css
<style>
a { background-color: #9B581C; }
a { background-color: rgb(155,88,28); }
div.DivClassName
{
background-color: #9B581C;
}
.BgClassName
{
background-color: #9B581C;
}
</style>
border-color css
<style>
span { border-color: #9B581C; }
span { border-color: rgb(155,88,28); }
td.TdClassName
{
border-color: #9B581C;
}
.TagClassName
{
border-color: #9B581C;
}
</style>