Shades of Sangria #760102
Tints of Sangria #760102
RGB
CMYK
RGB Variations
Color information
#760102 (or 0x760102) is known color: Sangria. HEX triplet: 76, 01 and 02. RGB value is (118,1,2). Sum of RGB (Red+Green+Blue) = 118+1+2=121 (16% of max value = 765). Red value is 118 (46.48% from 255 or 97.52% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 118 - color contains mainly: red. Hex color #760102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760102 is #89FEFD. Grayscale: #242424. Windows color (decimal): -9043710 or 131446. OLE color: 131446.
HSL color Cylindrical-coordinate representation of color #760102: hue angle of 359.49º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.54 |
| HSL | 359.49º | 0.98% | 0.23% | - |
| HSV(B) | 359.49º | 0.99% | 0.46% | - |
| XYZ | 7.49 | 3.88 | 0.41 | - |
| YUV | 36.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 2 | 0 | 0.99 | 0.98 | 0.54 | 359.49 | 0.98 | 0.23 |
| Hex | 76 | 1 | 2 | 0 | 63 | 62 | 36 | 167 | 62 | 17 |
| Octal | 166 | 1 | 2 | 0 | 143 | 142 | 66 | 547 | 142 | 27 |
| Binary | 1110110 | 1 | 10 | 0 | 1100011 | 1100010 | 110110 | 101100111 | 1100010 | 10111 |
Color Harmonies of #760102
Complementary color
Monochromatic Colors of #760102
Black with #760102
Text Example
Text Example
White with #760102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760102; }
p { color: rgb(118,1,2); }
H1.HeaderClassName
{
color: #760102;
}
.AnyTagClassName
{
color: #760102;
}
</style>
background-color css
<style>
a { background-color: #760102; }
a { background-color: rgb(118,1,2); }
div.DivClassName
{
background-color: #760102;
}
.BgClassName
{
background-color: #760102;
}
</style>
border-color css
<style>
span { border-color: #760102; }
span { border-color: rgb(118,1,2); }
td.TdClassName
{
border-color: #760102;
}
.TagClassName
{
border-color: #760102;
}
</style>