Shades of Sangria #920009
Tints of Sangria #920009
RGB
CMYK
RGB Variations
Color information
#920009 (or 0x920009) is known color: Sangria. HEX triplet: 92, 00 and 09. RGB value is (146,0,9). Sum of RGB (Red+Green+Blue) = 146+0+9=155 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.19% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 146 - color contains mainly: red. Hex color #920009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920009 is #6DFFF6. Grayscale: #2C2C2C. Windows color (decimal): -7208951 or 589970. OLE color: 589970.
HSL color Cylindrical-coordinate representation of color #920009: hue angle of 356.3º 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 #920009 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.94 | 0.43 |
| HSL | 356.3º | 1% | 0.29% | - |
| HSV(B) | 356.3º | 1% | 0.57% | - |
| XYZ | 11.9 | 6.13 | 0.81 | - |
| YUV | 44.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 9 | 0 | 1 | 0.94 | 0.43 | 356.3 | 1 | 0.29 |
| Hex | 92 | 0 | 9 | 0 | 64 | 5E | 2B | 164 | 64 | 1D |
| Octal | 222 | 0 | 11 | 0 | 144 | 136 | 53 | 544 | 144 | 35 |
| Binary | 10010010 | 0 | 1001 | 0 | 1100100 | 1011110 | 101011 | 101100100 | 1100100 | 11101 |
Color Harmonies of #920009
Complementary color
Monochromatic Colors of #920009
Black with #920009
Text Example
Text Example
White with #920009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920009; }
p { color: rgb(146,0,9); }
H1.HeaderClassName
{
color: #920009;
}
.AnyTagClassName
{
color: #920009;
}
</style>
background-color css
<style>
a { background-color: #920009; }
a { background-color: rgb(146,0,9); }
div.DivClassName
{
background-color: #920009;
}
.BgClassName
{
background-color: #920009;
}
</style>
border-color css
<style>
span { border-color: #920009; }
span { border-color: rgb(146,0,9); }
td.TdClassName
{
border-color: #920009;
}
.TagClassName
{
border-color: #920009;
}
</style>