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