Shades of Sangria #760103
Tints of Sangria #760103
RGB
CMYK
RGB Variations
Color information
#760103 (or 0x760103) is known color: Sangria. HEX triplet: 76, 01 and 03. RGB value is (118,1,3). Sum of RGB (Red+Green+Blue) = 118+1+3=122 (16% of max value = 765). Red value is 118 (46.48% from 255 or 96.72% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 118 - color contains mainly: red. Hex color #760103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760103 is #89FEFC. Grayscale: #242424. Windows color (decimal): -9043709 or 196982. OLE color: 196982.
HSL color Cylindrical-coordinate representation of color #760103: hue angle of 358.97º 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 #760103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.54 |
| HSL | 358.97º | 0.98% | 0.23% | - |
| HSV(B) | 358.97º | 0.99% | 0.46% | - |
| XYZ | 7.5 | 3.88 | 0.44 | - |
| YUV | 36.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 3 | 0 | 0.99 | 0.97 | 0.54 | 358.97 | 0.98 | 0.23 |
| Hex | 76 | 1 | 3 | 0 | 63 | 61 | 36 | 167 | 62 | 17 |
| Octal | 166 | 1 | 3 | 0 | 143 | 141 | 66 | 547 | 142 | 27 |
| Binary | 1110110 | 1 | 11 | 0 | 1100011 | 1100001 | 110110 | 101100111 | 1100010 | 10111 |
Color Harmonies of #760103
Complementary color
Monochromatic Colors of #760103
Black with #760103
Text Example
Text Example
White with #760103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760103; }
p { color: rgb(118,1,3); }
H1.HeaderClassName
{
color: #760103;
}
.AnyTagClassName
{
color: #760103;
}
</style>
background-color css
<style>
a { background-color: #760103; }
a { background-color: rgb(118,1,3); }
div.DivClassName
{
background-color: #760103;
}
.BgClassName
{
background-color: #760103;
}
</style>
border-color css
<style>
span { border-color: #760103; }
span { border-color: rgb(118,1,3); }
td.TdClassName
{
border-color: #760103;
}
.TagClassName
{
border-color: #760103;
}
</style>