Shades of Sangria #92030F
Tints of Sangria #92030F
RGB
CMYK
RGB Variations
Color information
#92030F (or 0x92030F) is known color: Sangria. HEX triplet: 92, 03 and 0F. RGB value is (146,3,15). Sum of RGB (Red+Green+Blue) = 146+3+15=164 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.02% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 146 - color contains mainly: red. Hex color #92030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92030F is #6DFCF0. Grayscale: #2F2F2F. Windows color (decimal): -7208177 or 983954. OLE color: 983954.
HSL color Cylindrical-coordinate representation of color #92030F: hue angle of 354.97º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92030F is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.43 |
| HSL | 354.97º | 0.96% | 0.29% | - |
| HSV(B) | 354.97º | 0.98% | 0.57% | - |
| XYZ | 11.97 | 6.21 | 1.02 | - |
| YUV | 47.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 15 | 0 | 0.98 | 0.90 | 0.43 | 354.97 | 0.96 | 0.29 |
| Hex | 92 | 3 | F | 0 | 62 | 5A | 2B | 163 | 60 | 1D |
| Octal | 222 | 3 | 17 | 0 | 142 | 132 | 53 | 543 | 140 | 35 |
| Binary | 10010010 | 11 | 1111 | 0 | 1100010 | 1011010 | 101011 | 101100011 | 1100000 | 11101 |
Color Harmonies of #92030F
Complementary color
Monochromatic Colors of #92030F
Black with #92030F
Text Example
Text Example
White with #92030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92030F; }
p { color: rgb(146,3,15); }
H1.HeaderClassName
{
color: #92030F;
}
.AnyTagClassName
{
color: #92030F;
}
</style>
background-color css
<style>
a { background-color: #92030F; }
a { background-color: rgb(146,3,15); }
div.DivClassName
{
background-color: #92030F;
}
.BgClassName
{
background-color: #92030F;
}
</style>
border-color css
<style>
span { border-color: #92030F; }
span { border-color: rgb(146,3,15); }
td.TdClassName
{
border-color: #92030F;
}
.TagClassName
{
border-color: #92030F;
}
</style>