Shades of Chelsea Gem #91512A
Tints of Chelsea Gem #91512A
RGB
CMYK
RGB Variations
Color information
#91512A (or 0x91512A) is known color: Chelsea Gem. HEX triplet: 91, 51 and 2A. RGB value is (145,81,42). Sum of RGB (Red+Green+Blue) = 145+81+42=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #91512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91512A is #6EAED5. Grayscale: #5F5F5F. Windows color (decimal): -7253718 or 2773393. OLE color: 2773393.
HSL color Cylindrical-coordinate representation of color #91512A: hue angle of 22.72º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91512A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 42 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.43 |
| HSL | 22.72º | 0.55% | 0.37% | - |
| HSV(B) | 22.72º | 0.71% | 0.57% | - |
| XYZ | 15.04 | 12.07 | 3.73 | - |
| YUV | 95.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 42 | 0 | 0.44 | 0.71 | 0.43 | 22.72 | 0.55 | 0.37 |
| Hex | 91 | 51 | 2A | 0 | 2C | 47 | 2B | 17 | 37 | 25 |
| Octal | 221 | 121 | 52 | 0 | 54 | 107 | 53 | 27 | 67 | 45 |
| Binary | 10010001 | 1010001 | 101010 | 0 | 101100 | 1000111 | 101011 | 10111 | 110111 | 100101 |
Color Harmonies of #91512A
Complementary color
Monochromatic Colors of #91512A
Black with #91512A
Text Example
Text Example
White with #91512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91512A; }
p { color: rgb(145,81,42); }
H1.HeaderClassName
{
color: #91512A;
}
.AnyTagClassName
{
color: #91512A;
}
</style>
background-color css
<style>
a { background-color: #91512A; }
a { background-color: rgb(145,81,42); }
div.DivClassName
{
background-color: #91512A;
}
.BgClassName
{
background-color: #91512A;
}
</style>
border-color css
<style>
span { border-color: #91512A; }
span { border-color: rgb(145,81,42); }
td.TdClassName
{
border-color: #91512A;
}
.TagClassName
{
border-color: #91512A;
}
</style>