Shades of Sangria #94000F
Tints of Sangria #94000F
RGB
CMYK
RGB Variations
Color information
#94000F (or 0x94000F) is known color: Sangria. HEX triplet: 94, 00 and 0F. RGB value is (148,0,15). Sum of RGB (Red+Green+Blue) = 148+0+15=163 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.80% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 148 - color contains mainly: red. Hex color #94000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94000F is #6BFFF0. Grayscale: #2E2E2E. Windows color (decimal): -7077873 or 983188. OLE color: 983188.
HSL color Cylindrical-coordinate representation of color #94000F: hue angle of 353.92º 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 #94000F is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.90 | 0.42 |
| HSL | 353.92º | 1% | 0.29% | - |
| HSV(B) | 353.92º | 1% | 0.58% | - |
| XYZ | 12.3 | 6.33 | 1.03 | - |
| YUV | 45.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 15 | 0 | 1 | 0.90 | 0.42 | 353.92 | 1 | 0.29 |
| Hex | 94 | 0 | F | 0 | 64 | 5A | 2A | 162 | 64 | 1D |
| Octal | 224 | 0 | 17 | 0 | 144 | 132 | 52 | 542 | 144 | 35 |
| Binary | 10010100 | 0 | 1111 | 0 | 1100100 | 1011010 | 101010 | 101100010 | 1100100 | 11101 |
Color Harmonies of #94000F
Complementary color
Monochromatic Colors of #94000F
Black with #94000F
Text Example
Text Example
White with #94000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94000F; }
p { color: rgb(148,0,15); }
H1.HeaderClassName
{
color: #94000F;
}
.AnyTagClassName
{
color: #94000F;
}
</style>
background-color css
<style>
a { background-color: #94000F; }
a { background-color: rgb(148,0,15); }
div.DivClassName
{
background-color: #94000F;
}
.BgClassName
{
background-color: #94000F;
}
</style>
border-color css
<style>
span { border-color: #94000F; }
span { border-color: rgb(148,0,15); }
td.TdClassName
{
border-color: #94000F;
}
.TagClassName
{
border-color: #94000F;
}
</style>