Shades of Sangria #800102
Tints of Sangria #800102
RGB
CMYK
RGB Variations
Color information
#800102 (or 0x800102) is known color: Sangria. HEX triplet: 80, 01 and 02. RGB value is (128,1,2). Sum of RGB (Red+Green+Blue) = 128+1+2=131 (17% of max value = 765). Red value is 128 (50.39% from 255 or 97.71% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 128 - color contains mainly: red. Hex color #800102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800102 is #7FFEFD. Grayscale: #272727. Windows color (decimal): -8388350 or 131456. OLE color: 131456.
HSL color Cylindrical-coordinate representation of color #800102: hue angle of 359.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.50 |
| HSL | 359.53º | 0.98% | 0.25% | - |
| HSV(B) | 359.53º | 0.99% | 0.5% | - |
| XYZ | 8.92 | 4.62 | 0.48 | - |
| YUV | 39.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 2 | 0 | 0.99 | 0.98 | 0.50 | 359.53 | 0.98 | 0.25 |
| Hex | 80 | 1 | 2 | 0 | 63 | 62 | 32 | 168 | 62 | 19 |
| Octal | 200 | 1 | 2 | 0 | 143 | 142 | 62 | 550 | 142 | 31 |
| Binary | 10000000 | 1 | 10 | 0 | 1100011 | 1100010 | 110010 | 101101000 | 1100010 | 11001 |
Color Harmonies of #800102
Complementary color
Monochromatic Colors of #800102
Black with #800102
Text Example
Text Example
White with #800102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800102; }
p { color: rgb(128,1,2); }
H1.HeaderClassName
{
color: #800102;
}
.AnyTagClassName
{
color: #800102;
}
</style>
background-color css
<style>
a { background-color: #800102; }
a { background-color: rgb(128,1,2); }
div.DivClassName
{
background-color: #800102;
}
.BgClassName
{
background-color: #800102;
}
</style>
border-color css
<style>
span { border-color: #800102; }
span { border-color: rgb(128,1,2); }
td.TdClassName
{
border-color: #800102;
}
.TagClassName
{
border-color: #800102;
}
</style>