Shades of Sangria #89030C
Tints of Sangria #89030C
RGB
CMYK
RGB Variations
Color information
#89030C (or 0x89030C) is known color: Sangria. HEX triplet: 89, 03 and 0C. RGB value is (137,3,12). Sum of RGB (Red+Green+Blue) = 137+3+12=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #89030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89030C is #76FCF3. Grayscale: #2C2C2C. Windows color (decimal): -7798004 or 787337. OLE color: 787337.
HSL color Cylindrical-coordinate representation of color #89030C: hue angle of 355.97º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89030C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.46 |
| HSL | 355.97º | 0.96% | 0.27% | - |
| HSV(B) | 355.97º | 0.98% | 0.54% | - |
| XYZ | 10.42 | 5.41 | 0.84 | - |
| YUV | 44.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 12 | 0 | 0.98 | 0.91 | 0.46 | 355.97 | 0.96 | 0.27 |
| Hex | 89 | 3 | C | 0 | 62 | 5B | 2E | 164 | 60 | 1B |
| Octal | 211 | 3 | 14 | 0 | 142 | 133 | 56 | 544 | 140 | 33 |
| Binary | 10001001 | 11 | 1100 | 0 | 1100010 | 1011011 | 101110 | 101100100 | 1100000 | 11011 |
Color Harmonies of #89030C
Complementary color
Monochromatic Colors of #89030C
Black with #89030C
Text Example
Text Example
White with #89030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89030C; }
p { color: rgb(137,3,12); }
H1.HeaderClassName
{
color: #89030C;
}
.AnyTagClassName
{
color: #89030C;
}
</style>
background-color css
<style>
a { background-color: #89030C; }
a { background-color: rgb(137,3,12); }
div.DivClassName
{
background-color: #89030C;
}
.BgClassName
{
background-color: #89030C;
}
</style>
border-color css
<style>
span { border-color: #89030C; }
span { border-color: rgb(137,3,12); }
td.TdClassName
{
border-color: #89030C;
}
.TagClassName
{
border-color: #89030C;
}
</style>