Shades of Sangria #920209
Tints of Sangria #920209
RGB
CMYK
RGB Variations
Color information
#920209 (or 0x920209) is known color: Sangria. HEX triplet: 92, 02 and 09. RGB value is (146,2,9). Sum of RGB (Red+Green+Blue) = 146+2+9=157 (20% of max value = 765). Red value is 146 (57.42% from 255 or 92.99% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 146 - color contains mainly: red. Hex color #920209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920209 is #6DFDF6. Grayscale: #2D2D2D. Windows color (decimal): -7208439 or 590482. OLE color: 590482.
HSL color Cylindrical-coordinate representation of color #920209: hue angle of 357.08º 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 #920209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.43 |
| HSL | 357.08º | 0.97% | 0.29% | - |
| HSV(B) | 357.08º | 0.99% | 0.57% | - |
| XYZ | 11.93 | 6.17 | 0.82 | - |
| YUV | 45.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 9 | 0 | 0.99 | 0.94 | 0.43 | 357.08 | 0.97 | 0.29 |
| Hex | 92 | 2 | 9 | 0 | 63 | 5E | 2B | 165 | 61 | 1D |
| Octal | 222 | 2 | 11 | 0 | 143 | 136 | 53 | 545 | 141 | 35 |
| Binary | 10010010 | 10 | 1001 | 0 | 1100011 | 1011110 | 101011 | 101100101 | 1100001 | 11101 |
Color Harmonies of #920209
Complementary color
Monochromatic Colors of #920209
Black with #920209
Text Example
Text Example
White with #920209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920209; }
p { color: rgb(146,2,9); }
H1.HeaderClassName
{
color: #920209;
}
.AnyTagClassName
{
color: #920209;
}
</style>
background-color css
<style>
a { background-color: #920209; }
a { background-color: rgb(146,2,9); }
div.DivClassName
{
background-color: #920209;
}
.BgClassName
{
background-color: #920209;
}
</style>
border-color css
<style>
span { border-color: #920209; }
span { border-color: rgb(146,2,9); }
td.TdClassName
{
border-color: #920209;
}
.TagClassName
{
border-color: #920209;
}
</style>