Shades of Sangria #92000B
Tints of Sangria #92000B
RGB
CMYK
RGB Variations
Color information
#92000B (or 0x92000B) is known color: Sangria. HEX triplet: 92, 00 and 0B. RGB value is (146,0,11). Sum of RGB (Red+Green+Blue) = 146+0+11=157 (20% of max value = 765). Red value is 146 (57.42% from 255 or 92.99% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 146 - color contains mainly: red. Hex color #92000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92000B is #6DFFF4. Grayscale: #2D2D2D. Windows color (decimal): -7208949 or 721042. OLE color: 721042.
HSL color Cylindrical-coordinate representation of color #92000B: hue angle of 355.48º 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 #92000B is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.92 | 0.43 |
| HSL | 355.48º | 1% | 0.29% | - |
| HSV(B) | 355.48º | 1% | 0.57% | - |
| XYZ | 11.91 | 6.14 | 0.87 | - |
| YUV | 44.91 | 108.87 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 11 | 0 | 1 | 0.92 | 0.43 | 355.48 | 1 | 0.29 |
| Hex | 92 | 0 | B | 0 | 64 | 5C | 2B | 163 | 64 | 1D |
| Octal | 222 | 0 | 13 | 0 | 144 | 134 | 53 | 543 | 144 | 35 |
| Binary | 10010010 | 0 | 1011 | 0 | 1100100 | 1011100 | 101011 | 101100011 | 1100100 | 11101 |
Color Harmonies of #92000B
Complementary color
Monochromatic Colors of #92000B
Black with #92000B
Text Example
Text Example
White with #92000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92000B; }
p { color: rgb(146,0,11); }
H1.HeaderClassName
{
color: #92000B;
}
.AnyTagClassName
{
color: #92000B;
}
</style>
background-color css
<style>
a { background-color: #92000B; }
a { background-color: rgb(146,0,11); }
div.DivClassName
{
background-color: #92000B;
}
.BgClassName
{
background-color: #92000B;
}
</style>
border-color css
<style>
span { border-color: #92000B; }
span { border-color: rgb(146,0,11); }
td.TdClassName
{
border-color: #92000B;
}
.TagClassName
{
border-color: #92000B;
}
</style>