Shades of Sangria #750005
Tints of Sangria #750005
RGB
CMYK
RGB Variations
Color information
#750005 (or 0x750005) is known color: Sangria. HEX triplet: 75, 00 and 05. RGB value is (117,0,5). Sum of RGB (Red+Green+Blue) = 117+0+5=122 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.90% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 117 - color contains mainly: red. Hex color #750005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750005 is #8AFFFA. Grayscale: #232323. Windows color (decimal): -9109499 or 327797. OLE color: 327797.
HSL color Cylindrical-coordinate representation of color #750005: hue angle of 357.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750005 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.96 | 0.54 |
| HSL | 357.44º | 1% | 0.23% | - |
| HSV(B) | 357.44º | 1% | 0.46% | - |
| XYZ | 7.36 | 3.79 | 0.49 | - |
| YUV | 35.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 5 | 0 | 1 | 0.96 | 0.54 | 357.44 | 1 | 0.23 |
| Hex | 75 | 0 | 5 | 0 | 64 | 60 | 36 | 165 | 64 | 17 |
| Octal | 165 | 0 | 5 | 0 | 144 | 140 | 66 | 545 | 144 | 27 |
| Binary | 1110101 | 0 | 101 | 0 | 1100100 | 1100000 | 110110 | 101100101 | 1100100 | 10111 |
Color Harmonies of #750005
Complementary color
Monochromatic Colors of #750005
Black with #750005
Text Example
Text Example
White with #750005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750005; }
p { color: rgb(117,0,5); }
H1.HeaderClassName
{
color: #750005;
}
.AnyTagClassName
{
color: #750005;
}
</style>
background-color css
<style>
a { background-color: #750005; }
a { background-color: rgb(117,0,5); }
div.DivClassName
{
background-color: #750005;
}
.BgClassName
{
background-color: #750005;
}
</style>
border-color css
<style>
span { border-color: #750005; }
span { border-color: rgb(117,0,5); }
td.TdClassName
{
border-color: #750005;
}
.TagClassName
{
border-color: #750005;
}
</style>