Shades of Sangria #940509
Tints of Sangria #940509
RGB
CMYK
RGB Variations
Color information
#940509 (or 0x940509) is known color: Sangria. HEX triplet: 94, 05 and 09. RGB value is (148,5,9). Sum of RGB (Red+Green+Blue) = 148+5+9=162 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.36% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 148 - color contains mainly: red. Hex color #940509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940509 is #6BFAF6. Grayscale: #303030. Windows color (decimal): -7076599 or 591252. OLE color: 591252.
HSL color Cylindrical-coordinate representation of color #940509: hue angle of 358.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940509 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 5 | 9 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.42 |
| HSL | 358.32º | 0.93% | 0.3% | - |
| HSV(B) | 358.32º | 0.97% | 0.58% | - |
| XYZ | 12.32 | 6.42 | 0.85 | - |
| YUV | 48.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 9 | 0 | 0.97 | 0.94 | 0.42 | 358.32 | 0.93 | 0.3 |
| Hex | 94 | 5 | 9 | 0 | 61 | 5E | 2A | 166 | 5D | 1E |
| Octal | 224 | 5 | 11 | 0 | 141 | 136 | 52 | 546 | 135 | 36 |
| Binary | 10010100 | 101 | 1001 | 0 | 1100001 | 1011110 | 101010 | 101100110 | 1011101 | 11110 |
Color Harmonies of #940509
Complementary color
Monochromatic Colors of #940509
Black with #940509
Text Example
Text Example
White with #940509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940509; }
p { color: rgb(148,5,9); }
H1.HeaderClassName
{
color: #940509;
}
.AnyTagClassName
{
color: #940509;
}
</style>
background-color css
<style>
a { background-color: #940509; }
a { background-color: rgb(148,5,9); }
div.DivClassName
{
background-color: #940509;
}
.BgClassName
{
background-color: #940509;
}
</style>
border-color css
<style>
span { border-color: #940509; }
span { border-color: rgb(148,5,9); }
td.TdClassName
{
border-color: #940509;
}
.TagClassName
{
border-color: #940509;
}
</style>