Shades of Dark Red #880703
Tints of Dark Red #880703
RGB
CMYK
RGB Variations
Color information
#880703 (or 0x880703) is known color: Dark Red. HEX triplet: 88, 07 and 03. RGB value is (136,7,3). Sum of RGB (Red+Green+Blue) = 136+7+3=146 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.15% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 136 - color contains mainly: red. Hex color #880703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880703 is #77F8FC. Grayscale: #2D2D2D. Windows color (decimal): -7862525 or 198536. OLE color: 198536.
HSL color Cylindrical-coordinate representation of color #880703: hue angle of 1.8º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880703 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.47 |
| HSL | 1.8º | 0.96% | 0.27% | - |
| HSV(B) | 1.8º | 0.98% | 0.53% | - |
| XYZ | 10.25 | 5.39 | 0.59 | - |
| YUV | 45.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 3 | 0 | 0.95 | 0.98 | 0.47 | 1.8 | 0.96 | 0.27 |
| Hex | 88 | 7 | 3 | 0 | 5F | 62 | 2F | 2 | 60 | 1B |
| Octal | 210 | 7 | 3 | 0 | 137 | 142 | 57 | 2 | 140 | 33 |
| Binary | 10001000 | 111 | 11 | 0 | 1011111 | 1100010 | 101111 | 10 | 1100000 | 11011 |
Color Harmonies of #880703
Complementary color
Monochromatic Colors of #880703
Black with #880703
Text Example
Text Example
White with #880703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880703; }
p { color: rgb(136,7,3); }
H1.HeaderClassName
{
color: #880703;
}
.AnyTagClassName
{
color: #880703;
}
</style>
background-color css
<style>
a { background-color: #880703; }
a { background-color: rgb(136,7,3); }
div.DivClassName
{
background-color: #880703;
}
.BgClassName
{
background-color: #880703;
}
</style>
border-color css
<style>
span { border-color: #880703; }
span { border-color: rgb(136,7,3); }
td.TdClassName
{
border-color: #880703;
}
.TagClassName
{
border-color: #880703;
}
</style>