Shades of Sangria #940607
Tints of Sangria #940607
RGB
CMYK
RGB Variations
Color information
#940607 (or 0x940607) is known color: Sangria. HEX triplet: 94, 06 and 07. RGB value is (148,6,7). Sum of RGB (Red+Green+Blue) = 148+6+7=161 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.93% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 148 - color contains mainly: red. Hex color #940607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940607 is #6BF9F8. Grayscale: #303030. Windows color (decimal): -7076345 or 460436. OLE color: 460436.
HSL color Cylindrical-coordinate representation of color #940607: hue angle of 359.58º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940607 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 7 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.42 |
| HSL | 359.58º | 0.92% | 0.3% | - |
| HSV(B) | 359.58º | 0.96% | 0.58% | - |
| XYZ | 12.32 | 6.44 | 0.8 | - |
| YUV | 48.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 7 | 0 | 0.96 | 0.95 | 0.42 | 359.58 | 0.92 | 0.3 |
| Hex | 94 | 6 | 7 | 0 | 60 | 5F | 2A | 168 | 5C | 1E |
| Octal | 224 | 6 | 7 | 0 | 140 | 137 | 52 | 550 | 134 | 36 |
| Binary | 10010100 | 110 | 111 | 0 | 1100000 | 1011111 | 101010 | 101101000 | 1011100 | 11110 |
Color Harmonies of #940607
Complementary color
Monochromatic Colors of #940607
Black with #940607
Text Example
Text Example
White with #940607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940607; }
p { color: rgb(148,6,7); }
H1.HeaderClassName
{
color: #940607;
}
.AnyTagClassName
{
color: #940607;
}
</style>
background-color css
<style>
a { background-color: #940607; }
a { background-color: rgb(148,6,7); }
div.DivClassName
{
background-color: #940607;
}
.BgClassName
{
background-color: #940607;
}
</style>
border-color css
<style>
span { border-color: #940607; }
span { border-color: rgb(148,6,7); }
td.TdClassName
{
border-color: #940607;
}
.TagClassName
{
border-color: #940607;
}
</style>