Shades of Sangria #930104
Tints of Sangria #930104
RGB
CMYK
RGB Variations
Color information
#930104 (or 0x930104) is known color: Sangria. HEX triplet: 93, 01 and 04. RGB value is (147,1,4). Sum of RGB (Red+Green+Blue) = 147+1+4=152 (20% of max value = 765). Red value is 147 (57.81% from 255 or 96.71% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 147 - color contains mainly: red. Hex color #930104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930104 is #6CFEFB. Grayscale: #2D2D2D. Windows color (decimal): -7143164 or 262547. OLE color: 262547.
HSL color Cylindrical-coordinate representation of color #930104: hue angle of 358.77º degrees, saturation: 0.99, 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 #930104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.42 |
| HSL | 358.77º | 0.99% | 0.29% | - |
| HSV(B) | 358.77º | 0.99% | 0.58% | - |
| XYZ | 12.07 | 6.23 | 0.68 | - |
| YUV | 45 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 4 | 0 | 0.99 | 0.97 | 0.42 | 358.77 | 0.99 | 0.29 |
| Hex | 93 | 1 | 4 | 0 | 63 | 61 | 2A | 167 | 63 | 1D |
| Octal | 223 | 1 | 4 | 0 | 143 | 141 | 52 | 547 | 143 | 35 |
| Binary | 10010011 | 1 | 100 | 0 | 1100011 | 1100001 | 101010 | 101100111 | 1100011 | 11101 |
Color Harmonies of #930104
Complementary color
Monochromatic Colors of #930104
Black with #930104
Text Example
Text Example
White with #930104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930104; }
p { color: rgb(147,1,4); }
H1.HeaderClassName
{
color: #930104;
}
.AnyTagClassName
{
color: #930104;
}
</style>
background-color css
<style>
a { background-color: #930104; }
a { background-color: rgb(147,1,4); }
div.DivClassName
{
background-color: #930104;
}
.BgClassName
{
background-color: #930104;
}
</style>
border-color css
<style>
span { border-color: #930104; }
span { border-color: rgb(147,1,4); }
td.TdClassName
{
border-color: #930104;
}
.TagClassName
{
border-color: #930104;
}
</style>