Shades of Sangria #800007
Tints of Sangria #800007
RGB
CMYK
RGB Variations
Color information
#800007 (or 0x800007) is known color: Sangria. HEX triplet: 80, 00 and 07. RGB value is (128,0,7). Sum of RGB (Red+Green+Blue) = 128+0+7=135 (17% of max value = 765). Red value is 128 (50.39% from 255 or 94.81% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 128 - color contains mainly: red. Hex color #800007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800007 is #7FFFF8. Grayscale: #272727. Windows color (decimal): -8388601 or 458880. OLE color: 458880.
HSL color Cylindrical-coordinate representation of color #800007: hue angle of 356.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800007 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.95 | 0.50 |
| HSL | 356.72º | 1% | 0.25% | - |
| HSV(B) | 356.72º | 1% | 0.5% | - |
| XYZ | 8.94 | 4.6 | 0.62 | - |
| YUV | 39.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 7 | 0 | 1 | 0.95 | 0.50 | 356.72 | 1 | 0.25 |
| Hex | 80 | 0 | 7 | 0 | 64 | 5F | 32 | 165 | 64 | 19 |
| Octal | 200 | 0 | 7 | 0 | 144 | 137 | 62 | 545 | 144 | 31 |
| Binary | 10000000 | 0 | 111 | 0 | 1100100 | 1011111 | 110010 | 101100101 | 1100100 | 11001 |
Color Harmonies of #800007
Complementary color
Monochromatic Colors of #800007
Black with #800007
Text Example
Text Example
White with #800007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800007; }
p { color: rgb(128,0,7); }
H1.HeaderClassName
{
color: #800007;
}
.AnyTagClassName
{
color: #800007;
}
</style>
background-color css
<style>
a { background-color: #800007; }
a { background-color: rgb(128,0,7); }
div.DivClassName
{
background-color: #800007;
}
.BgClassName
{
background-color: #800007;
}
</style>
border-color css
<style>
span { border-color: #800007; }
span { border-color: rgb(128,0,7); }
td.TdClassName
{
border-color: #800007;
}
.TagClassName
{
border-color: #800007;
}
</style>