Shades of Sangria #88060C
Tints of Sangria #88060C
RGB
CMYK
RGB Variations
Color information
#88060C (or 0x88060C) is known color: Sangria. HEX triplet: 88, 06 and 0C. RGB value is (136,6,12). Sum of RGB (Red+Green+Blue) = 136+6+12=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #88060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88060C is #77F9F3. Grayscale: #2D2D2D. Windows color (decimal): -7862772 or 788104. OLE color: 788104.
HSL color Cylindrical-coordinate representation of color #88060C: hue angle of 357.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88060C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.47 |
| HSL | 357.23º | 0.92% | 0.28% | - |
| HSV(B) | 357.23º | 0.96% | 0.53% | - |
| XYZ | 10.28 | 5.39 | 0.85 | - |
| YUV | 45.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 12 | 0 | 0.96 | 0.91 | 0.47 | 357.23 | 0.92 | 0.28 |
| Hex | 88 | 6 | C | 0 | 60 | 5B | 2F | 165 | 5C | 1C |
| Octal | 210 | 6 | 14 | 0 | 140 | 133 | 57 | 545 | 134 | 34 |
| Binary | 10001000 | 110 | 1100 | 0 | 1100000 | 1011011 | 101111 | 101100101 | 1011100 | 11100 |
Color Harmonies of #88060C
Complementary color
Monochromatic Colors of #88060C
Black with #88060C
Text Example
Text Example
White with #88060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88060C; }
p { color: rgb(136,6,12); }
H1.HeaderClassName
{
color: #88060C;
}
.AnyTagClassName
{
color: #88060C;
}
</style>
background-color css
<style>
a { background-color: #88060C; }
a { background-color: rgb(136,6,12); }
div.DivClassName
{
background-color: #88060C;
}
.BgClassName
{
background-color: #88060C;
}
</style>
border-color css
<style>
span { border-color: #88060C; }
span { border-color: rgb(136,6,12); }
td.TdClassName
{
border-color: #88060C;
}
.TagClassName
{
border-color: #88060C;
}
</style>