Shades of Sangria #92020F
Tints of Sangria #92020F
RGB
CMYK
RGB Variations
Color information
#92020F (or 0x92020F) is known color: Sangria. HEX triplet: 92, 02 and 0F. RGB value is (146,2,15). Sum of RGB (Red+Green+Blue) = 146+2+15=163 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.57% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 146 - color contains mainly: red. Hex color #92020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92020F is #6DFDF0. Grayscale: #2E2E2E. Windows color (decimal): -7208433 or 983698. OLE color: 983698.
HSL color Cylindrical-coordinate representation of color #92020F: hue angle of 354.58º 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 #92020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.43 |
| HSL | 354.58º | 0.97% | 0.29% | - |
| HSV(B) | 354.58º | 0.99% | 0.57% | - |
| XYZ | 11.96 | 6.19 | 1.02 | - |
| YUV | 46.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 15 | 0 | 0.99 | 0.90 | 0.43 | 354.58 | 0.97 | 0.29 |
| Hex | 92 | 2 | F | 0 | 63 | 5A | 2B | 163 | 61 | 1D |
| Octal | 222 | 2 | 17 | 0 | 143 | 132 | 53 | 543 | 141 | 35 |
| Binary | 10010010 | 10 | 1111 | 0 | 1100011 | 1011010 | 101011 | 101100011 | 1100001 | 11101 |
Color Harmonies of #92020F
Complementary color
Monochromatic Colors of #92020F
Black with #92020F
Text Example
Text Example
White with #92020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92020F; }
p { color: rgb(146,2,15); }
H1.HeaderClassName
{
color: #92020F;
}
.AnyTagClassName
{
color: #92020F;
}
</style>
background-color css
<style>
a { background-color: #92020F; }
a { background-color: rgb(146,2,15); }
div.DivClassName
{
background-color: #92020F;
}
.BgClassName
{
background-color: #92020F;
}
</style>
border-color css
<style>
span { border-color: #92020F; }
span { border-color: rgb(146,2,15); }
td.TdClassName
{
border-color: #92020F;
}
.TagClassName
{
border-color: #92020F;
}
</style>