Shades of Sangria #920007
Tints of Sangria #920007
RGB
CMYK
RGB Variations
Color information
#920007 (or 0x920007) is known color: Sangria. HEX triplet: 92, 00 and 07. RGB value is (146,0,7). Sum of RGB (Red+Green+Blue) = 146+0+7=153 (20% of max value = 765). Red value is 146 (57.42% from 255 or 95.42% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 146 - color contains mainly: red. Hex color #920007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920007 is #6DFFF8. Grayscale: #2C2C2C. Windows color (decimal): -7208953 or 458898. OLE color: 458898.
HSL color Cylindrical-coordinate representation of color #920007: hue angle of 357.12º 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 #920007 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.95 | 0.43 |
| HSL | 357.12º | 1% | 0.29% | - |
| HSV(B) | 357.12º | 1% | 0.57% | - |
| XYZ | 11.89 | 6.13 | 0.76 | - |
| YUV | 44.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 7 | 0 | 1 | 0.95 | 0.43 | 357.12 | 1 | 0.29 |
| Hex | 92 | 0 | 7 | 0 | 64 | 5F | 2B | 165 | 64 | 1D |
| Octal | 222 | 0 | 7 | 0 | 144 | 137 | 53 | 545 | 144 | 35 |
| Binary | 10010010 | 0 | 111 | 0 | 1100100 | 1011111 | 101011 | 101100101 | 1100100 | 11101 |
Color Harmonies of #920007
Complementary color
Monochromatic Colors of #920007
Black with #920007
Text Example
Text Example
White with #920007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920007; }
p { color: rgb(146,0,7); }
H1.HeaderClassName
{
color: #920007;
}
.AnyTagClassName
{
color: #920007;
}
</style>
background-color css
<style>
a { background-color: #920007; }
a { background-color: rgb(146,0,7); }
div.DivClassName
{
background-color: #920007;
}
.BgClassName
{
background-color: #920007;
}
</style>
border-color css
<style>
span { border-color: #920007; }
span { border-color: rgb(146,0,7); }
td.TdClassName
{
border-color: #920007;
}
.TagClassName
{
border-color: #920007;
}
</style>