Shades of Sangria #94000E
Tints of Sangria #94000E
RGB
CMYK
RGB Variations
Color information
#94000E (or 0x94000E) is known color: Sangria. HEX triplet: 94, 00 and 0E. RGB value is (148,0,14). Sum of RGB (Red+Green+Blue) = 148+0+14=162 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.36% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 148 - color contains mainly: red. Hex color #94000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94000E is #6BFFF1. Grayscale: #2D2D2D. Windows color (decimal): -7077874 or 917652. OLE color: 917652.
HSL color Cylindrical-coordinate representation of color #94000E: hue angle of 354.32º 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 #94000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.91 | 0.42 |
| HSL | 354.32º | 1% | 0.29% | - |
| HSV(B) | 354.32º | 1% | 0.58% | - |
| XYZ | 12.29 | 6.33 | 0.99 | - |
| YUV | 45.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 14 | 0 | 1 | 0.91 | 0.42 | 354.32 | 1 | 0.29 |
| Hex | 94 | 0 | E | 0 | 64 | 5B | 2A | 162 | 64 | 1D |
| Octal | 224 | 0 | 16 | 0 | 144 | 133 | 52 | 542 | 144 | 35 |
| Binary | 10010100 | 0 | 1110 | 0 | 1100100 | 1011011 | 101010 | 101100010 | 1100100 | 11101 |
Color Harmonies of #94000E
Complementary color
Monochromatic Colors of #94000E
Black with #94000E
Text Example
Text Example
White with #94000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94000E; }
p { color: rgb(148,0,14); }
H1.HeaderClassName
{
color: #94000E;
}
.AnyTagClassName
{
color: #94000E;
}
</style>
background-color css
<style>
a { background-color: #94000E; }
a { background-color: rgb(148,0,14); }
div.DivClassName
{
background-color: #94000E;
}
.BgClassName
{
background-color: #94000E;
}
</style>
border-color css
<style>
span { border-color: #94000E; }
span { border-color: rgb(148,0,14); }
td.TdClassName
{
border-color: #94000E;
}
.TagClassName
{
border-color: #94000E;
}
</style>