Shades of Sangria #92010D
Tints of Sangria #92010D
RGB
CMYK
RGB Variations
Color information
#92010D (or 0x92010D) is known color: Sangria. HEX triplet: 92, 01 and 0D. RGB value is (146,1,13). Sum of RGB (Red+Green+Blue) = 146+1+13=160 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 146 - color contains mainly: red. Hex color #92010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92010D is #6DFEF2. Grayscale: #2D2D2D. Windows color (decimal): -7208691 or 852370. OLE color: 852370.
HSL color Cylindrical-coordinate representation of color #92010D: hue angle of 355.03º degrees, saturation: 0.99, 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 #92010D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.43 |
| HSL | 355.03º | 0.99% | 0.29% | - |
| HSV(B) | 355.03º | 0.99% | 0.57% | - |
| XYZ | 11.94 | 6.16 | 0.94 | - |
| YUV | 45.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 13 | 0 | 0.99 | 0.91 | 0.43 | 355.03 | 0.99 | 0.29 |
| Hex | 92 | 1 | D | 0 | 63 | 5B | 2B | 163 | 63 | 1D |
| Octal | 222 | 1 | 15 | 0 | 143 | 133 | 53 | 543 | 143 | 35 |
| Binary | 10010010 | 1 | 1101 | 0 | 1100011 | 1011011 | 101011 | 101100011 | 1100011 | 11101 |
Color Harmonies of #92010D
Complementary color
Monochromatic Colors of #92010D
Black with #92010D
Text Example
Text Example
White with #92010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92010D; }
p { color: rgb(146,1,13); }
H1.HeaderClassName
{
color: #92010D;
}
.AnyTagClassName
{
color: #92010D;
}
</style>
background-color css
<style>
a { background-color: #92010D; }
a { background-color: rgb(146,1,13); }
div.DivClassName
{
background-color: #92010D;
}
.BgClassName
{
background-color: #92010D;
}
</style>
border-color css
<style>
span { border-color: #92010D; }
span { border-color: rgb(146,1,13); }
td.TdClassName
{
border-color: #92010D;
}
.TagClassName
{
border-color: #92010D;
}
</style>