Shades of Sangria #851418
Tints of Sangria #851418
RGB
CMYK
RGB Variations
Color information
#851418 (or 0x851418) is known color: Sangria. HEX triplet: 85, 14 and 18. RGB value is (133,20,24). Sum of RGB (Red+Green+Blue) = 133+20+24=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #851418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851418 is #7AEBE7. Grayscale: #363636. Windows color (decimal): -8055784 or 1578117. OLE color: 1578117.
HSL color Cylindrical-coordinate representation of color #851418: hue angle of 357.88º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851418 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 24 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.48 |
| HSL | 357.88º | 0.74% | 0.3% | - |
| HSV(B) | 357.88º | 0.85% | 0.52% | - |
| XYZ | 10.09 | 5.55 | 1.4 | - |
| YUV | 54.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 24 | 0 | 0.85 | 0.82 | 0.48 | 357.88 | 0.74 | 0.3 |
| Hex | 85 | 14 | 18 | 0 | 55 | 52 | 30 | 166 | 4A | 1E |
| Octal | 205 | 24 | 30 | 0 | 125 | 122 | 60 | 546 | 112 | 36 |
| Binary | 10000101 | 10100 | 11000 | 0 | 1010101 | 1010010 | 110000 | 101100110 | 1001010 | 11110 |
Color Harmonies of #851418
Complementary color
Monochromatic Colors of #851418
Black with #851418
Text Example
Text Example
White with #851418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851418; }
p { color: rgb(133,20,24); }
H1.HeaderClassName
{
color: #851418;
}
.AnyTagClassName
{
color: #851418;
}
</style>
background-color css
<style>
a { background-color: #851418; }
a { background-color: rgb(133,20,24); }
div.DivClassName
{
background-color: #851418;
}
.BgClassName
{
background-color: #851418;
}
</style>
border-color css
<style>
span { border-color: #851418; }
span { border-color: rgb(133,20,24); }
td.TdClassName
{
border-color: #851418;
}
.TagClassName
{
border-color: #851418;
}
</style>