Shades of Sangria #75060A
Tints of Sangria #75060A
RGB
CMYK
RGB Variations
Color information
#75060A (or 0x75060A) is known color: Sangria. HEX triplet: 75, 06 and 0A. RGB value is (117,6,10). Sum of RGB (Red+Green+Blue) = 117+6+10=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #75060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75060A is #8AF9F5. Grayscale: #272727. Windows color (decimal): -9107958 or 657013. OLE color: 657013.
HSL color Cylindrical-coordinate representation of color #75060A: hue angle of 357.84º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75060A is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 10 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.54 |
| HSL | 357.84º | 0.9% | 0.24% | - |
| HSV(B) | 357.84º | 0.95% | 0.46% | - |
| XYZ | 7.46 | 3.93 | 0.65 | - |
| YUV | 39.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 10 | 0 | 0.95 | 0.91 | 0.54 | 357.84 | 0.9 | 0.24 |
| Hex | 75 | 6 | A | 0 | 5F | 5B | 36 | 166 | 5A | 18 |
| Octal | 165 | 6 | 12 | 0 | 137 | 133 | 66 | 546 | 132 | 30 |
| Binary | 1110101 | 110 | 1010 | 0 | 1011111 | 1011011 | 110110 | 101100110 | 1011010 | 11000 |
Color Harmonies of #75060A
Complementary color
Monochromatic Colors of #75060A
Black with #75060A
Text Example
Text Example
White with #75060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75060A; }
p { color: rgb(117,6,10); }
H1.HeaderClassName
{
color: #75060A;
}
.AnyTagClassName
{
color: #75060A;
}
</style>
background-color css
<style>
a { background-color: #75060A; }
a { background-color: rgb(117,6,10); }
div.DivClassName
{
background-color: #75060A;
}
.BgClassName
{
background-color: #75060A;
}
</style>
border-color css
<style>
span { border-color: #75060A; }
span { border-color: rgb(117,6,10); }
td.TdClassName
{
border-color: #75060A;
}
.TagClassName
{
border-color: #75060A;
}
</style>