Shades of Sangria #940103
Tints of Sangria #940103
RGB
CMYK
RGB Variations
Color information
#940103 (or 0x940103) is known color: Sangria. HEX triplet: 94, 01 and 03. RGB value is (148,1,3). Sum of RGB (Red+Green+Blue) = 148+1+3=152 (20% of max value = 765). Red value is 148 (58.20% from 255 or 97.37% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 148 - color contains mainly: red. Hex color #940103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940103 is #6BFEFC. Grayscale: #2D2D2D. Windows color (decimal): -7077629 or 197012. OLE color: 197012.
HSL color Cylindrical-coordinate representation of color #940103: hue angle of 359.18º 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 #940103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.42 |
| HSL | 359.18º | 0.99% | 0.29% | - |
| HSV(B) | 359.18º | 0.99% | 0.58% | - |
| XYZ | 12.24 | 6.32 | 0.66 | - |
| YUV | 45.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 3 | 0 | 0.99 | 0.98 | 0.42 | 359.18 | 0.99 | 0.29 |
| Hex | 94 | 1 | 3 | 0 | 63 | 62 | 2A | 167 | 63 | 1D |
| Octal | 224 | 1 | 3 | 0 | 143 | 142 | 52 | 547 | 143 | 35 |
| Binary | 10010100 | 1 | 11 | 0 | 1100011 | 1100010 | 101010 | 101100111 | 1100011 | 11101 |
Color Harmonies of #940103
Complementary color
Monochromatic Colors of #940103
Black with #940103
Text Example
Text Example
White with #940103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940103; }
p { color: rgb(148,1,3); }
H1.HeaderClassName
{
color: #940103;
}
.AnyTagClassName
{
color: #940103;
}
</style>
background-color css
<style>
a { background-color: #940103; }
a { background-color: rgb(148,1,3); }
div.DivClassName
{
background-color: #940103;
}
.BgClassName
{
background-color: #940103;
}
</style>
border-color css
<style>
span { border-color: #940103; }
span { border-color: rgb(148,1,3); }
td.TdClassName
{
border-color: #940103;
}
.TagClassName
{
border-color: #940103;
}
</style>