Shades of Shiraz #950F3C
Tints of Shiraz #950F3C
RGB
CMYK
RGB Variations
Color information
#950F3C (or 0x950F3C) is known color: Shiraz. HEX triplet: 95, 0F and 3C. RGB value is (149,15,60). Sum of RGB (Red+Green+Blue) = 149+15+60=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #950F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F3C is #6AF0C3. Grayscale: #3C3C3C. Windows color (decimal): -7008452 or 3936149. OLE color: 3936149.
HSL color Cylindrical-coordinate representation of color #950F3C: hue angle of 339.85º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F3C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 60 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.42 |
| HSL | 339.85º | 0.82% | 0.32% | - |
| HSV(B) | 339.85º | 0.9% | 0.58% | - |
| XYZ | 13.38 | 7.06 | 4.93 | - |
| YUV | 60.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 60 | 0 | 0.90 | 0.60 | 0.42 | 339.85 | 0.82 | 0.32 |
| Hex | 95 | F | 3C | 0 | 5A | 3C | 2A | 154 | 52 | 20 |
| Octal | 225 | 17 | 74 | 0 | 132 | 74 | 52 | 524 | 122 | 40 |
| Binary | 10010101 | 1111 | 111100 | 0 | 1011010 | 111100 | 101010 | 101010100 | 1010010 | 100000 |
Color Harmonies of #950F3C
Complementary color
Monochromatic Colors of #950F3C
Black with #950F3C
Text Example
Text Example
White with #950F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F3C; }
p { color: rgb(149,15,60); }
H1.HeaderClassName
{
color: #950F3C;
}
.AnyTagClassName
{
color: #950F3C;
}
</style>
background-color css
<style>
a { background-color: #950F3C; }
a { background-color: rgb(149,15,60); }
div.DivClassName
{
background-color: #950F3C;
}
.BgClassName
{
background-color: #950F3C;
}
</style>
border-color css
<style>
span { border-color: #950F3C; }
span { border-color: rgb(149,15,60); }
td.TdClassName
{
border-color: #950F3C;
}
.TagClassName
{
border-color: #950F3C;
}
</style>