Shades of Sangria #74080B
Tints of Sangria #74080B
RGB
CMYK
RGB Variations
Color information
#74080B (or 0x74080B) is known color: Sangria. HEX triplet: 74, 08 and 0B. RGB value is (116,8,11). Sum of RGB (Red+Green+Blue) = 116+8+11=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #74080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74080B is #8BF7F4. Grayscale: #282828. Windows color (decimal): -9172981 or 723060. OLE color: 723060.
HSL color Cylindrical-coordinate representation of color #74080B: hue angle of 358.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74080B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 11 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.55 |
| HSL | 358.33º | 0.87% | 0.24% | - |
| HSV(B) | 358.33º | 0.93% | 0.45% | - |
| XYZ | 7.35 | 3.91 | 0.68 | - |
| YUV | 40.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 11 | 0 | 0.93 | 0.91 | 0.55 | 358.33 | 0.87 | 0.24 |
| Hex | 74 | 8 | B | 0 | 5D | 5B | 37 | 166 | 57 | 18 |
| Octal | 164 | 10 | 13 | 0 | 135 | 133 | 67 | 546 | 127 | 30 |
| Binary | 1110100 | 1000 | 1011 | 0 | 1011101 | 1011011 | 110111 | 101100110 | 1010111 | 11000 |
Color Harmonies of #74080B
Complementary color
Monochromatic Colors of #74080B
Black with #74080B
Text Example
Text Example
White with #74080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74080B; }
p { color: rgb(116,8,11); }
H1.HeaderClassName
{
color: #74080B;
}
.AnyTagClassName
{
color: #74080B;
}
</style>
background-color css
<style>
a { background-color: #74080B; }
a { background-color: rgb(116,8,11); }
div.DivClassName
{
background-color: #74080B;
}
.BgClassName
{
background-color: #74080B;
}
</style>
border-color css
<style>
span { border-color: #74080B; }
span { border-color: rgb(116,8,11); }
td.TdClassName
{
border-color: #74080B;
}
.TagClassName
{
border-color: #74080B;
}
</style>