Shades of Sangria #94020B
Tints of Sangria #94020B
RGB
CMYK
RGB Variations
Color information
#94020B (or 0x94020B) is known color: Sangria. HEX triplet: 94, 02 and 0B. RGB value is (148,2,11). Sum of RGB (Red+Green+Blue) = 148+2+11=161 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.93% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 148 - color contains mainly: red. Hex color #94020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94020B is #6BFDF4. Grayscale: #2E2E2E. Windows color (decimal): -7077365 or 721556. OLE color: 721556.
HSL color Cylindrical-coordinate representation of color #94020B: hue angle of 356.3º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.42 |
| HSL | 356.3º | 0.97% | 0.29% | - |
| HSV(B) | 356.3º | 0.99% | 0.58% | - |
| XYZ | 12.29 | 6.36 | 0.9 | - |
| YUV | 46.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 11 | 0 | 0.99 | 0.93 | 0.42 | 356.3 | 0.97 | 0.29 |
| Hex | 94 | 2 | B | 0 | 63 | 5D | 2A | 164 | 61 | 1D |
| Octal | 224 | 2 | 13 | 0 | 143 | 135 | 52 | 544 | 141 | 35 |
| Binary | 10010100 | 10 | 1011 | 0 | 1100011 | 1011101 | 101010 | 101100100 | 1100001 | 11101 |
Color Harmonies of #94020B
Complementary color
Monochromatic Colors of #94020B
Black with #94020B
Text Example
Text Example
White with #94020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94020B; }
p { color: rgb(148,2,11); }
H1.HeaderClassName
{
color: #94020B;
}
.AnyTagClassName
{
color: #94020B;
}
</style>
background-color css
<style>
a { background-color: #94020B; }
a { background-color: rgb(148,2,11); }
div.DivClassName
{
background-color: #94020B;
}
.BgClassName
{
background-color: #94020B;
}
</style>
border-color css
<style>
span { border-color: #94020B; }
span { border-color: rgb(148,2,11); }
td.TdClassName
{
border-color: #94020B;
}
.TagClassName
{
border-color: #94020B;
}
</style>