Shades of Rich Gold #9F421A
Tints of Rich Gold #9F421A
RGB
CMYK
RGB Variations
Color information
#9F421A (or 0x9F421A) is known color: Rich Gold. HEX triplet: 9F, 42 and 1A. RGB value is (159,66,26). Sum of RGB (Red+Green+Blue) = 159+66+26=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F421A is #60BDE5. Grayscale: #595959. Windows color (decimal): -6340070 or 1720991. OLE color: 1720991.
HSL color Cylindrical-coordinate representation of color #9F421A: hue angle of 18.05º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F421A is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 26 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.38 |
| HSL | 18.05º | 0.72% | 0.36% | - |
| HSV(B) | 18.05º | 0.84% | 0.62% | - |
| XYZ | 16.43 | 11.34 | 2.3 | - |
| YUV | 89.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 26 | 0 | 0.58 | 0.84 | 0.38 | 18.05 | 0.72 | 0.36 |
| Hex | 9F | 42 | 1A | 0 | 3A | 54 | 26 | 12 | 48 | 24 |
| Octal | 237 | 102 | 32 | 0 | 72 | 124 | 46 | 22 | 110 | 44 |
| Binary | 10011111 | 1000010 | 11010 | 0 | 111010 | 1010100 | 100110 | 10010 | 1001000 | 100100 |
Color Harmonies of #9F421A
Complementary color
Monochromatic Colors of #9F421A
Black with #9F421A
Text Example
Text Example
White with #9F421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F421A; }
p { color: rgb(159,66,26); }
H1.HeaderClassName
{
color: #9F421A;
}
.AnyTagClassName
{
color: #9F421A;
}
</style>
background-color css
<style>
a { background-color: #9F421A; }
a { background-color: rgb(159,66,26); }
div.DivClassName
{
background-color: #9F421A;
}
.BgClassName
{
background-color: #9F421A;
}
</style>
border-color css
<style>
span { border-color: #9F421A; }
span { border-color: rgb(159,66,26); }
td.TdClassName
{
border-color: #9F421A;
}
.TagClassName
{
border-color: #9F421A;
}
</style>