Shades of Sangria #92000E
Tints of Sangria #92000E
RGB
CMYK
RGB Variations
Color information
#92000E (or 0x92000E) is known color: Sangria. HEX triplet: 92, 00 and 0E. RGB value is (146,0,14). Sum of RGB (Red+Green+Blue) = 146+0+14=160 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 146 - color contains mainly: red. Hex color #92000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92000E is #6DFFF1. Grayscale: #2D2D2D. Windows color (decimal): -7208946 or 917650. OLE color: 917650.
HSL color Cylindrical-coordinate representation of color #92000E: hue angle of 354.25º 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 #92000E is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.90 | 0.43 |
| HSL | 354.25º | 1% | 0.29% | - |
| HSV(B) | 354.25º | 1% | 0.57% | - |
| XYZ | 11.93 | 6.14 | 0.97 | - |
| YUV | 45.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 14 | 0 | 1 | 0.90 | 0.43 | 354.25 | 1 | 0.29 |
| Hex | 92 | 0 | E | 0 | 64 | 5A | 2B | 162 | 64 | 1D |
| Octal | 222 | 0 | 16 | 0 | 144 | 132 | 53 | 542 | 144 | 35 |
| Binary | 10010010 | 0 | 1110 | 0 | 1100100 | 1011010 | 101011 | 101100010 | 1100100 | 11101 |
Color Harmonies of #92000E
Complementary color
Monochromatic Colors of #92000E
Black with #92000E
Text Example
Text Example
White with #92000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92000E; }
p { color: rgb(146,0,14); }
H1.HeaderClassName
{
color: #92000E;
}
.AnyTagClassName
{
color: #92000E;
}
</style>
background-color css
<style>
a { background-color: #92000E; }
a { background-color: rgb(146,0,14); }
div.DivClassName
{
background-color: #92000E;
}
.BgClassName
{
background-color: #92000E;
}
</style>
border-color css
<style>
span { border-color: #92000E; }
span { border-color: rgb(146,0,14); }
td.TdClassName
{
border-color: #92000E;
}
.TagClassName
{
border-color: #92000E;
}
</style>