Shades of Chelsea Gem #91502E
Tints of Chelsea Gem #91502E
RGB
CMYK
RGB Variations
Color information
#91502E (or 0x91502E) is known color: Chelsea Gem. HEX triplet: 91, 50 and 2E. RGB value is (145,80,46). Sum of RGB (Red+Green+Blue) = 145+80+46=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #91502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91502E is #6EAFD1. Grayscale: #5F5F5F. Windows color (decimal): -7253970 or 3035281. OLE color: 3035281.
HSL color Cylindrical-coordinate representation of color #91502E: hue angle of 20.61º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91502E is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 46 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.43 |
| HSL | 20.61º | 0.52% | 0.37% | - |
| HSV(B) | 20.61º | 0.68% | 0.57% | - |
| XYZ | 15.04 | 11.95 | 4.1 | - |
| YUV | 95.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 46 | 0 | 0.45 | 0.68 | 0.43 | 20.61 | 0.52 | 0.37 |
| Hex | 91 | 50 | 2E | 0 | 2D | 44 | 2B | 15 | 34 | 25 |
| Octal | 221 | 120 | 56 | 0 | 55 | 104 | 53 | 25 | 64 | 45 |
| Binary | 10010001 | 1010000 | 101110 | 0 | 101101 | 1000100 | 101011 | 10101 | 110100 | 100101 |
Color Harmonies of #91502E
Complementary color
Monochromatic Colors of #91502E
Black with #91502E
Text Example
Text Example
White with #91502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91502E; }
p { color: rgb(145,80,46); }
H1.HeaderClassName
{
color: #91502E;
}
.AnyTagClassName
{
color: #91502E;
}
</style>
background-color css
<style>
a { background-color: #91502E; }
a { background-color: rgb(145,80,46); }
div.DivClassName
{
background-color: #91502E;
}
.BgClassName
{
background-color: #91502E;
}
</style>
border-color css
<style>
span { border-color: #91502E; }
span { border-color: rgb(145,80,46); }
td.TdClassName
{
border-color: #91502E;
}
.TagClassName
{
border-color: #91502E;
}
</style>