Shades of Sangria #940002
Tints of Sangria #940002
RGB
CMYK
RGB Variations
Color information
#940002 (or 0x940002) is known color: Sangria. HEX triplet: 94, 00 and 02. RGB value is (148,0,2). Sum of RGB (Red+Green+Blue) = 148+0+2=150 (19% of max value = 765). Red value is 148 (58.20% from 255 or 98.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 148 - color contains mainly: red. Hex color #940002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940002 is #6BFFFD. Grayscale: #2C2C2C. Windows color (decimal): -7077886 or 131220. OLE color: 131220.
HSL color Cylindrical-coordinate representation of color #940002: hue angle of 359.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.42 |
| HSL | 359.19º | 1% | 0.29% | - |
| HSV(B) | 359.19º | 1% | 0.58% | - |
| XYZ | 12.22 | 6.3 | 0.63 | - |
| YUV | 44.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 2 | 0 | 1 | 0.99 | 0.42 | 359.19 | 1 | 0.29 |
| Hex | 94 | 0 | 2 | 0 | 64 | 63 | 2A | 167 | 64 | 1D |
| Octal | 224 | 0 | 2 | 0 | 144 | 143 | 52 | 547 | 144 | 35 |
| Binary | 10010100 | 0 | 10 | 0 | 1100100 | 1100011 | 101010 | 101100111 | 1100100 | 11101 |
Color Harmonies of #940002
Complementary color
Monochromatic Colors of #940002
Black with #940002
Text Example
Text Example
White with #940002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940002; }
p { color: rgb(148,0,2); }
H1.HeaderClassName
{
color: #940002;
}
.AnyTagClassName
{
color: #940002;
}
</style>
background-color css
<style>
a { background-color: #940002; }
a { background-color: rgb(148,0,2); }
div.DivClassName
{
background-color: #940002;
}
.BgClassName
{
background-color: #940002;
}
</style>
border-color css
<style>
span { border-color: #940002; }
span { border-color: rgb(148,0,2); }
td.TdClassName
{
border-color: #940002;
}
.TagClassName
{
border-color: #940002;
}
</style>