Shades of Sangria #85030D
Tints of Sangria #85030D
RGB
CMYK
RGB Variations
Color information
#85030D (or 0x85030D) is known color: Sangria. HEX triplet: 85, 03 and 0D. RGB value is (133,3,13). Sum of RGB (Red+Green+Blue) = 133+3+13=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #85030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85030D is #7AFCF2. Grayscale: #2B2B2B. Windows color (decimal): -8060147 or 852869. OLE color: 852869.
HSL color Cylindrical-coordinate representation of color #85030D: hue angle of 355.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85030D is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.48 |
| HSL | 355.38º | 0.96% | 0.27% | - |
| HSV(B) | 355.38º | 0.98% | 0.52% | - |
| XYZ | 9.78 | 5.08 | 0.85 | - |
| YUV | 43.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 13 | 0 | 0.98 | 0.90 | 0.48 | 355.38 | 0.96 | 0.27 |
| Hex | 85 | 3 | D | 0 | 62 | 5A | 30 | 163 | 60 | 1B |
| Octal | 205 | 3 | 15 | 0 | 142 | 132 | 60 | 543 | 140 | 33 |
| Binary | 10000101 | 11 | 1101 | 0 | 1100010 | 1011010 | 110000 | 101100011 | 1100000 | 11011 |
Color Harmonies of #85030D
Complementary color
Monochromatic Colors of #85030D
Black with #85030D
Text Example
Text Example
White with #85030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85030D; }
p { color: rgb(133,3,13); }
H1.HeaderClassName
{
color: #85030D;
}
.AnyTagClassName
{
color: #85030D;
}
</style>
background-color css
<style>
a { background-color: #85030D; }
a { background-color: rgb(133,3,13); }
div.DivClassName
{
background-color: #85030D;
}
.BgClassName
{
background-color: #85030D;
}
</style>
border-color css
<style>
span { border-color: #85030D; }
span { border-color: rgb(133,3,13); }
td.TdClassName
{
border-color: #85030D;
}
.TagClassName
{
border-color: #85030D;
}
</style>