Shades of Shiraz #95123C
Tints of Shiraz #95123C
RGB
CMYK
RGB Variations
Color information
#95123C (or 0x95123C) is known color: Shiraz. HEX triplet: 95, 12 and 3C. RGB value is (149,18,60). Sum of RGB (Red+Green+Blue) = 149+18+60=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95123C is #6AEDC3. Grayscale: #3D3D3D. Windows color (decimal): -7007684 or 3936917. OLE color: 3936917.
HSL color Cylindrical-coordinate representation of color #95123C: hue angle of 340.76º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95123C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 60 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.42 |
| HSL | 340.76º | 0.78% | 0.33% | - |
| HSV(B) | 340.76º | 0.88% | 0.58% | - |
| XYZ | 13.43 | 7.15 | 4.95 | - |
| YUV | 61.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 60 | 0 | 0.88 | 0.60 | 0.42 | 340.76 | 0.78 | 0.33 |
| Hex | 95 | 12 | 3C | 0 | 58 | 3C | 2A | 155 | 4E | 21 |
| Octal | 225 | 22 | 74 | 0 | 130 | 74 | 52 | 525 | 116 | 41 |
| Binary | 10010101 | 10010 | 111100 | 0 | 1011000 | 111100 | 101010 | 101010101 | 1001110 | 100001 |
Color Harmonies of #95123C
Complementary color
Monochromatic Colors of #95123C
Black with #95123C
Text Example
Text Example
White with #95123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95123C; }
p { color: rgb(149,18,60); }
H1.HeaderClassName
{
color: #95123C;
}
.AnyTagClassName
{
color: #95123C;
}
</style>
background-color css
<style>
a { background-color: #95123C; }
a { background-color: rgb(149,18,60); }
div.DivClassName
{
background-color: #95123C;
}
.BgClassName
{
background-color: #95123C;
}
</style>
border-color css
<style>
span { border-color: #95123C; }
span { border-color: rgb(149,18,60); }
td.TdClassName
{
border-color: #95123C;
}
.TagClassName
{
border-color: #95123C;
}
</style>