Shades of Sangria #880608
Tints of Sangria #880608
RGB
CMYK
RGB Variations
Color information
#880608 (or 0x880608) is known color: Sangria. HEX triplet: 88, 06 and 08. RGB value is (136,6,8). Sum of RGB (Red+Green+Blue) = 136+6+8=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #880608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880608 is #77F9F7. Grayscale: #2D2D2D. Windows color (decimal): -7862776 or 525960. OLE color: 525960.
HSL color Cylindrical-coordinate representation of color #880608: hue angle of 359.08º 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 #880608 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 8 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.47 |
| HSL | 359.08º | 0.92% | 0.28% | - |
| HSV(B) | 359.08º | 0.96% | 0.53% | - |
| XYZ | 10.26 | 5.38 | 0.73 | - |
| YUV | 45.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 8 | 0 | 0.96 | 0.94 | 0.47 | 359.08 | 0.92 | 0.28 |
| Hex | 88 | 6 | 8 | 0 | 60 | 5E | 2F | 167 | 5C | 1C |
| Octal | 210 | 6 | 10 | 0 | 140 | 136 | 57 | 547 | 134 | 34 |
| Binary | 10001000 | 110 | 1000 | 0 | 1100000 | 1011110 | 101111 | 101100111 | 1011100 | 11100 |
Color Harmonies of #880608
Complementary color
Monochromatic Colors of #880608
Black with #880608
Text Example
Text Example
White with #880608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880608; }
p { color: rgb(136,6,8); }
H1.HeaderClassName
{
color: #880608;
}
.AnyTagClassName
{
color: #880608;
}
</style>
background-color css
<style>
a { background-color: #880608; }
a { background-color: rgb(136,6,8); }
div.DivClassName
{
background-color: #880608;
}
.BgClassName
{
background-color: #880608;
}
</style>
border-color css
<style>
span { border-color: #880608; }
span { border-color: rgb(136,6,8); }
td.TdClassName
{
border-color: #880608;
}
.TagClassName
{
border-color: #880608;
}
</style>