Shades of Sangria #75080B
Tints of Sangria #75080B
RGB
CMYK
RGB Variations
Color information
#75080B (or 0x75080B) is known color: Sangria. HEX triplet: 75, 08 and 0B. RGB value is (117,8,11). Sum of RGB (Red+Green+Blue) = 117+8+11=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #75080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75080B is #8AF7F4. Grayscale: #292929. Windows color (decimal): -9107445 or 723061. OLE color: 723061.
HSL color Cylindrical-coordinate representation of color #75080B: hue angle of 358.35º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75080B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 11 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.54 |
| HSL | 358.35º | 0.87% | 0.25% | - |
| HSV(B) | 358.35º | 0.93% | 0.46% | - |
| XYZ | 7.48 | 3.98 | 0.69 | - |
| YUV | 40.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 11 | 0 | 0.93 | 0.91 | 0.54 | 358.35 | 0.87 | 0.25 |
| Hex | 75 | 8 | B | 0 | 5D | 5B | 36 | 166 | 57 | 19 |
| Octal | 165 | 10 | 13 | 0 | 135 | 133 | 66 | 546 | 127 | 31 |
| Binary | 1110101 | 1000 | 1011 | 0 | 1011101 | 1011011 | 110110 | 101100110 | 1010111 | 11001 |
Color Harmonies of #75080B
Complementary color
Monochromatic Colors of #75080B
Black with #75080B
Text Example
Text Example
White with #75080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75080B; }
p { color: rgb(117,8,11); }
H1.HeaderClassName
{
color: #75080B;
}
.AnyTagClassName
{
color: #75080B;
}
</style>
background-color css
<style>
a { background-color: #75080B; }
a { background-color: rgb(117,8,11); }
div.DivClassName
{
background-color: #75080B;
}
.BgClassName
{
background-color: #75080B;
}
</style>
border-color css
<style>
span { border-color: #75080B; }
span { border-color: rgb(117,8,11); }
td.TdClassName
{
border-color: #75080B;
}
.TagClassName
{
border-color: #75080B;
}
</style>