Shades of Sangria #92000A
Tints of Sangria #92000A
RGB
CMYK
RGB Variations
Color information
#92000A (or 0x92000A) is known color: Sangria. HEX triplet: 92, 00 and 0A. RGB value is (146,0,10). Sum of RGB (Red+Green+Blue) = 146+0+10=156 (20% of max value = 765). Red value is 146 (57.42% from 255 or 93.59% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 146 - color contains mainly: red. Hex color #92000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92000A is #6DFFF5. Grayscale: #2C2C2C. Windows color (decimal): -7208950 or 655506. OLE color: 655506.
HSL color Cylindrical-coordinate representation of color #92000A: hue angle of 355.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92000A is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.93 | 0.43 |
| HSL | 355.89º | 1% | 0.29% | - |
| HSV(B) | 355.89º | 1% | 0.57% | - |
| XYZ | 11.91 | 6.13 | 0.84 | - |
| YUV | 44.79 | 108.37 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 10 | 0 | 1 | 0.93 | 0.43 | 355.89 | 1 | 0.29 |
| Hex | 92 | 0 | A | 0 | 64 | 5D | 2B | 164 | 64 | 1D |
| Octal | 222 | 0 | 12 | 0 | 144 | 135 | 53 | 544 | 144 | 35 |
| Binary | 10010010 | 0 | 1010 | 0 | 1100100 | 1011101 | 101011 | 101100100 | 1100100 | 11101 |
Color Harmonies of #92000A
Complementary color
Monochromatic Colors of #92000A
Black with #92000A
Text Example
Text Example
White with #92000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92000A; }
p { color: rgb(146,0,10); }
H1.HeaderClassName
{
color: #92000A;
}
.AnyTagClassName
{
color: #92000A;
}
</style>
background-color css
<style>
a { background-color: #92000A; }
a { background-color: rgb(146,0,10); }
div.DivClassName
{
background-color: #92000A;
}
.BgClassName
{
background-color: #92000A;
}
</style>
border-color css
<style>
span { border-color: #92000A; }
span { border-color: rgb(146,0,10); }
td.TdClassName
{
border-color: #92000A;
}
.TagClassName
{
border-color: #92000A;
}
</style>