Shades of Shiraz #95103A
Tints of Shiraz #95103A
RGB
CMYK
RGB Variations
Color information
#95103A (or 0x95103A) is known color: Shiraz. HEX triplet: 95, 10 and 3A. RGB value is (149,16,58). Sum of RGB (Red+Green+Blue) = 149+16+58=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #95103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95103A is #6AEFC5. Grayscale: #3C3C3C. Windows color (decimal): -7008198 or 3805333. OLE color: 3805333.
HSL color Cylindrical-coordinate representation of color #95103A: hue angle of 341.05º 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 #95103A is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 58 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.42 |
| HSL | 341.05º | 0.81% | 0.32% | - |
| HSV(B) | 341.05º | 0.89% | 0.58% | - |
| XYZ | 13.34 | 7.07 | 4.66 | - |
| YUV | 60.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 58 | 0 | 0.89 | 0.61 | 0.42 | 341.05 | 0.81 | 0.32 |
| Hex | 95 | 10 | 3A | 0 | 59 | 3D | 2A | 155 | 51 | 20 |
| Octal | 225 | 20 | 72 | 0 | 131 | 75 | 52 | 525 | 121 | 40 |
| Binary | 10010101 | 10000 | 111010 | 0 | 1011001 | 111101 | 101010 | 101010101 | 1010001 | 100000 |
Color Harmonies of #95103A
Complementary color
Monochromatic Colors of #95103A
Black with #95103A
Text Example
Text Example
White with #95103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95103A; }
p { color: rgb(149,16,58); }
H1.HeaderClassName
{
color: #95103A;
}
.AnyTagClassName
{
color: #95103A;
}
</style>
background-color css
<style>
a { background-color: #95103A; }
a { background-color: rgb(149,16,58); }
div.DivClassName
{
background-color: #95103A;
}
.BgClassName
{
background-color: #95103A;
}
</style>
border-color css
<style>
span { border-color: #95103A; }
span { border-color: rgb(149,16,58); }
td.TdClassName
{
border-color: #95103A;
}
.TagClassName
{
border-color: #95103A;
}
</style>