Shades of Sangria #940306
Tints of Sangria #940306
RGB
CMYK
RGB Variations
Color information
#940306 (or 0x940306) is known color: Sangria. HEX triplet: 94, 03 and 06. RGB value is (148,3,6). Sum of RGB (Red+Green+Blue) = 148+3+6=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940306 is #6BFCF9. Grayscale: #2E2E2E. Windows color (decimal): -7077114 or 394132. OLE color: 394132.
HSL color Cylindrical-coordinate representation of color #940306: hue angle of 358.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940306 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 6 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.42 |
| HSL | 358.76º | 0.96% | 0.3% | - |
| HSV(B) | 358.76º | 0.98% | 0.58% | - |
| XYZ | 12.28 | 6.37 | 0.76 | - |
| YUV | 46.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 6 | 0 | 0.98 | 0.96 | 0.42 | 358.76 | 0.96 | 0.3 |
| Hex | 94 | 3 | 6 | 0 | 62 | 60 | 2A | 167 | 60 | 1E |
| Octal | 224 | 3 | 6 | 0 | 142 | 140 | 52 | 547 | 140 | 36 |
| Binary | 10010100 | 11 | 110 | 0 | 1100010 | 1100000 | 101010 | 101100111 | 1100000 | 11110 |
Color Harmonies of #940306
Complementary color
Monochromatic Colors of #940306
Black with #940306
Text Example
Text Example
White with #940306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940306; }
p { color: rgb(148,3,6); }
H1.HeaderClassName
{
color: #940306;
}
.AnyTagClassName
{
color: #940306;
}
</style>
background-color css
<style>
a { background-color: #940306; }
a { background-color: rgb(148,3,6); }
div.DivClassName
{
background-color: #940306;
}
.BgClassName
{
background-color: #940306;
}
</style>
border-color css
<style>
span { border-color: #940306; }
span { border-color: rgb(148,3,6); }
td.TdClassName
{
border-color: #940306;
}
.TagClassName
{
border-color: #940306;
}
</style>