Shades of Sangria #800305
Tints of Sangria #800305
RGB
CMYK
RGB Variations
Color information
#800305 (or 0x800305) is known color: Sangria. HEX triplet: 80, 03 and 05. RGB value is (128,3,5). Sum of RGB (Red+Green+Blue) = 128+3+5=136 (18% of max value = 765). Red value is 128 (50.39% from 255 or 94.12% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 128 - color contains mainly: red. Hex color #800305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800305 is #7FFCFA. Grayscale: #282828. Windows color (decimal): -8387835 or 328576. OLE color: 328576.
HSL color Cylindrical-coordinate representation of color #800305: hue angle of 359.04º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800305 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 5 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.50 |
| HSL | 359.04º | 0.95% | 0.26% | - |
| HSV(B) | 359.04º | 0.98% | 0.5% | - |
| XYZ | 8.96 | 4.67 | 0.57 | - |
| YUV | 40.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 5 | 0 | 0.98 | 0.96 | 0.50 | 359.04 | 0.95 | 0.26 |
| Hex | 80 | 3 | 5 | 0 | 62 | 60 | 32 | 167 | 5F | 1A |
| Octal | 200 | 3 | 5 | 0 | 142 | 140 | 62 | 547 | 137 | 32 |
| Binary | 10000000 | 11 | 101 | 0 | 1100010 | 1100000 | 110010 | 101100111 | 1011111 | 11010 |
Color Harmonies of #800305
Complementary color
Monochromatic Colors of #800305
Black with #800305
Text Example
Text Example
White with #800305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800305; }
p { color: rgb(128,3,5); }
H1.HeaderClassName
{
color: #800305;
}
.AnyTagClassName
{
color: #800305;
}
</style>
background-color css
<style>
a { background-color: #800305; }
a { background-color: rgb(128,3,5); }
div.DivClassName
{
background-color: #800305;
}
.BgClassName
{
background-color: #800305;
}
</style>
border-color css
<style>
span { border-color: #800305; }
span { border-color: rgb(128,3,5); }
td.TdClassName
{
border-color: #800305;
}
.TagClassName
{
border-color: #800305;
}
</style>