Shades of Shiraz #95103C
Tints of Shiraz #95103C
RGB
CMYK
RGB Variations
Color information
#95103C (or 0x95103C) is known color: Shiraz. HEX triplet: 95, 10 and 3C. RGB value is (149,16,60). Sum of RGB (Red+Green+Blue) = 149+16+60=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #95103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95103C is #6AEFC3. Grayscale: #3C3C3C. Windows color (decimal): -7008196 or 3936405. OLE color: 3936405.
HSL color Cylindrical-coordinate representation of color #95103C: hue angle of 340.15º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95103C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 60 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.42 |
| HSL | 340.15º | 0.81% | 0.32% | - |
| HSV(B) | 340.15º | 0.89% | 0.58% | - |
| XYZ | 13.4 | 7.09 | 4.94 | - |
| YUV | 60.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 60 | 0 | 0.89 | 0.60 | 0.42 | 340.15 | 0.81 | 0.32 |
| Hex | 95 | 10 | 3C | 0 | 59 | 3C | 2A | 154 | 51 | 20 |
| Octal | 225 | 20 | 74 | 0 | 131 | 74 | 52 | 524 | 121 | 40 |
| Binary | 10010101 | 10000 | 111100 | 0 | 1011001 | 111100 | 101010 | 101010100 | 1010001 | 100000 |
Color Harmonies of #95103C
Complementary color
Monochromatic Colors of #95103C
Black with #95103C
Text Example
Text Example
White with #95103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95103C; }
p { color: rgb(149,16,60); }
H1.HeaderClassName
{
color: #95103C;
}
.AnyTagClassName
{
color: #95103C;
}
</style>
background-color css
<style>
a { background-color: #95103C; }
a { background-color: rgb(149,16,60); }
div.DivClassName
{
background-color: #95103C;
}
.BgClassName
{
background-color: #95103C;
}
</style>
border-color css
<style>
span { border-color: #95103C; }
span { border-color: rgb(149,16,60); }
td.TdClassName
{
border-color: #95103C;
}
.TagClassName
{
border-color: #95103C;
}
</style>