Shades of Sangria #95020C
Tints of Sangria #95020C
RGB
CMYK
RGB Variations
Color information
#95020C (or 0x95020C) is known color: Sangria. HEX triplet: 95, 02 and 0C. RGB value is (149,2,12). Sum of RGB (Red+Green+Blue) = 149+2+12=163 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.41% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 149 - color contains mainly: red. Hex color #95020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95020C is #6AFDF3. Grayscale: #2F2F2F. Windows color (decimal): -7011828 or 787093. OLE color: 787093.
HSL color Cylindrical-coordinate representation of color #95020C: hue angle of 355.92º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95020C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.42 |
| HSL | 355.92º | 0.97% | 0.3% | - |
| HSV(B) | 355.92º | 0.99% | 0.58% | - |
| XYZ | 12.48 | 6.46 | 0.94 | - |
| YUV | 47.09 | 108.2 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 12 | 0 | 0.99 | 0.92 | 0.42 | 355.92 | 0.97 | 0.3 |
| Hex | 95 | 2 | C | 0 | 63 | 5C | 2A | 164 | 61 | 1E |
| Octal | 225 | 2 | 14 | 0 | 143 | 134 | 52 | 544 | 141 | 36 |
| Binary | 10010101 | 10 | 1100 | 0 | 1100011 | 1011100 | 101010 | 101100100 | 1100001 | 11110 |
Color Harmonies of #95020C
Complementary color
Monochromatic Colors of #95020C
Black with #95020C
Text Example
Text Example
White with #95020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95020C; }
p { color: rgb(149,2,12); }
H1.HeaderClassName
{
color: #95020C;
}
.AnyTagClassName
{
color: #95020C;
}
</style>
background-color css
<style>
a { background-color: #95020C; }
a { background-color: rgb(149,2,12); }
div.DivClassName
{
background-color: #95020C;
}
.BgClassName
{
background-color: #95020C;
}
</style>
border-color css
<style>
span { border-color: #95020C; }
span { border-color: rgb(149,2,12); }
td.TdClassName
{
border-color: #95020C;
}
.TagClassName
{
border-color: #95020C;
}
</style>