Shades of Sangria #74050A
Tints of Sangria #74050A
RGB
CMYK
RGB Variations
Color information
#74050A (or 0x74050A) is known color: Sangria. HEX triplet: 74, 05 and 0A. RGB value is (116,5,10). Sum of RGB (Red+Green+Blue) = 116+5+10=131 (17% of max value = 765). Red value is 116 (45.70% from 255 or 88.55% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 116 - color contains mainly: red. Hex color #74050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74050A is #8BFAF5. Grayscale: #262626. Windows color (decimal): -9173750 or 656756. OLE color: 656756.
HSL color Cylindrical-coordinate representation of color #74050A: hue angle of 357.3º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74050A is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 10 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.55 |
| HSL | 357.3º | 0.92% | 0.24% | - |
| HSV(B) | 357.3º | 0.96% | 0.45% | - |
| XYZ | 7.31 | 3.84 | 0.64 | - |
| YUV | 38.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 10 | 0 | 0.96 | 0.91 | 0.55 | 357.3 | 0.92 | 0.24 |
| Hex | 74 | 5 | A | 0 | 60 | 5B | 37 | 165 | 5C | 18 |
| Octal | 164 | 5 | 12 | 0 | 140 | 133 | 67 | 545 | 134 | 30 |
| Binary | 1110100 | 101 | 1010 | 0 | 1100000 | 1011011 | 110111 | 101100101 | 1011100 | 11000 |
Color Harmonies of #74050A
Complementary color
Monochromatic Colors of #74050A
Black with #74050A
Text Example
Text Example
White with #74050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74050A; }
p { color: rgb(116,5,10); }
H1.HeaderClassName
{
color: #74050A;
}
.AnyTagClassName
{
color: #74050A;
}
</style>
background-color css
<style>
a { background-color: #74050A; }
a { background-color: rgb(116,5,10); }
div.DivClassName
{
background-color: #74050A;
}
.BgClassName
{
background-color: #74050A;
}
</style>
border-color css
<style>
span { border-color: #74050A; }
span { border-color: rgb(116,5,10); }
td.TdClassName
{
border-color: #74050A;
}
.TagClassName
{
border-color: #74050A;
}
</style>