Shades of Sangria #93020A
Tints of Sangria #93020A
RGB
CMYK
RGB Variations
Color information
#93020A (or 0x93020A) is known color: Sangria. HEX triplet: 93, 02 and 0A. RGB value is (147,2,10). Sum of RGB (Red+Green+Blue) = 147+2+10=159 (21% of max value = 765). Red value is 147 (57.81% from 255 or 92.45% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 147 - color contains mainly: red. Hex color #93020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93020A is #6CFDF5. Grayscale: #2E2E2E. Windows color (decimal): -7142902 or 656019. OLE color: 656019.
HSL color Cylindrical-coordinate representation of color #93020A: hue angle of 356.69º 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 #93020A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.42 |
| HSL | 356.69º | 0.97% | 0.29% | - |
| HSV(B) | 356.69º | 0.99% | 0.58% | - |
| XYZ | 12.11 | 6.27 | 0.86 | - |
| YUV | 46.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 10 | 0 | 0.99 | 0.93 | 0.42 | 356.69 | 0.97 | 0.29 |
| Hex | 93 | 2 | A | 0 | 63 | 5D | 2A | 165 | 61 | 1D |
| Octal | 223 | 2 | 12 | 0 | 143 | 135 | 52 | 545 | 141 | 35 |
| Binary | 10010011 | 10 | 1010 | 0 | 1100011 | 1011101 | 101010 | 101100101 | 1100001 | 11101 |
Color Harmonies of #93020A
Complementary color
Monochromatic Colors of #93020A
Black with #93020A
Text Example
Text Example
White with #93020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93020A; }
p { color: rgb(147,2,10); }
H1.HeaderClassName
{
color: #93020A;
}
.AnyTagClassName
{
color: #93020A;
}
</style>
background-color css
<style>
a { background-color: #93020A; }
a { background-color: rgb(147,2,10); }
div.DivClassName
{
background-color: #93020A;
}
.BgClassName
{
background-color: #93020A;
}
</style>
border-color css
<style>
span { border-color: #93020A; }
span { border-color: rgb(147,2,10); }
td.TdClassName
{
border-color: #93020A;
}
.TagClassName
{
border-color: #93020A;
}
</style>