Shades of Sangria #92020A
Tints of Sangria #92020A
RGB
CMYK
RGB Variations
Color information
#92020A (or 0x92020A) is known color: Sangria. HEX triplet: 92, 02 and 0A. RGB value is (146,2,10). Sum of RGB (Red+Green+Blue) = 146+2+10=158 (20% of max value = 765). Red value is 146 (57.42% from 255 or 92.41% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 146 - color contains mainly: red. Hex color #92020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92020A is #6DFDF5. Grayscale: #2E2E2E. Windows color (decimal): -7208438 or 656018. OLE color: 656018.
HSL color Cylindrical-coordinate representation of color #92020A: hue angle of 356.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92020A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.43 |
| HSL | 356.67º | 0.97% | 0.29% | - |
| HSV(B) | 356.67º | 0.99% | 0.57% | - |
| XYZ | 11.93 | 6.18 | 0.85 | - |
| YUV | 45.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 10 | 0 | 0.99 | 0.93 | 0.43 | 356.67 | 0.97 | 0.29 |
| Hex | 92 | 2 | A | 0 | 63 | 5D | 2B | 165 | 61 | 1D |
| Octal | 222 | 2 | 12 | 0 | 143 | 135 | 53 | 545 | 141 | 35 |
| Binary | 10010010 | 10 | 1010 | 0 | 1100011 | 1011101 | 101011 | 101100101 | 1100001 | 11101 |
Color Harmonies of #92020A
Complementary color
Monochromatic Colors of #92020A
Black with #92020A
Text Example
Text Example
White with #92020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92020A; }
p { color: rgb(146,2,10); }
H1.HeaderClassName
{
color: #92020A;
}
.AnyTagClassName
{
color: #92020A;
}
</style>
background-color css
<style>
a { background-color: #92020A; }
a { background-color: rgb(146,2,10); }
div.DivClassName
{
background-color: #92020A;
}
.BgClassName
{
background-color: #92020A;
}
</style>
border-color css
<style>
span { border-color: #92020A; }
span { border-color: rgb(146,2,10); }
td.TdClassName
{
border-color: #92020A;
}
.TagClassName
{
border-color: #92020A;
}
</style>