Shades of Sangria #92050F
Tints of Sangria #92050F
RGB
CMYK
RGB Variations
Color information
#92050F (or 0x92050F) is known color: Sangria. HEX triplet: 92, 05 and 0F. RGB value is (146,5,15). Sum of RGB (Red+Green+Blue) = 146+5+15=166 (21% of max value = 765). Red value is 146 (57.42% from 255 or 87.95% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 146 - color contains mainly: red. Hex color #92050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92050F is #6DFAF0. Grayscale: #303030. Windows color (decimal): -7207665 or 984466. OLE color: 984466.
HSL color Cylindrical-coordinate representation of color #92050F: hue angle of 355.74º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92050F is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 15 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.43 |
| HSL | 355.74º | 0.93% | 0.3% | - |
| HSV(B) | 355.74º | 0.97% | 0.57% | - |
| XYZ | 11.99 | 6.25 | 1.03 | - |
| YUV | 48.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 15 | 0 | 0.97 | 0.90 | 0.43 | 355.74 | 0.93 | 0.3 |
| Hex | 92 | 5 | F | 0 | 61 | 5A | 2B | 164 | 5D | 1E |
| Octal | 222 | 5 | 17 | 0 | 141 | 132 | 53 | 544 | 135 | 36 |
| Binary | 10010010 | 101 | 1111 | 0 | 1100001 | 1011010 | 101011 | 101100100 | 1011101 | 11110 |
Color Harmonies of #92050F
Complementary color
Monochromatic Colors of #92050F
Black with #92050F
Text Example
Text Example
White with #92050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92050F; }
p { color: rgb(146,5,15); }
H1.HeaderClassName
{
color: #92050F;
}
.AnyTagClassName
{
color: #92050F;
}
</style>
background-color css
<style>
a { background-color: #92050F; }
a { background-color: rgb(146,5,15); }
div.DivClassName
{
background-color: #92050F;
}
.BgClassName
{
background-color: #92050F;
}
</style>
border-color css
<style>
span { border-color: #92050F; }
span { border-color: rgb(146,5,15); }
td.TdClassName
{
border-color: #92050F;
}
.TagClassName
{
border-color: #92050F;
}
</style>