Shades of Shiraz #95163D
Tints of Shiraz #95163D
RGB
CMYK
RGB Variations
Color information
#95163D (or 0x95163D) is known color: Shiraz. HEX triplet: 95, 16 and 3D. RGB value is (149,22,61). Sum of RGB (Red+Green+Blue) = 149+22+61=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95163D is #6AE9C2. Grayscale: #404040. Windows color (decimal): -7006659 or 4003477. OLE color: 4003477.
HSL color Cylindrical-coordinate representation of color #95163D: hue angle of 341.57º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95163D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 61 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.42 |
| HSL | 341.57º | 0.74% | 0.34% | - |
| HSV(B) | 341.57º | 0.85% | 0.58% | - |
| XYZ | 13.52 | 7.3 | 5.11 | - |
| YUV | 64.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 61 | 0 | 0.85 | 0.59 | 0.42 | 341.57 | 0.74 | 0.34 |
| Hex | 95 | 16 | 3D | 0 | 55 | 3B | 2A | 156 | 4A | 22 |
| Octal | 225 | 26 | 75 | 0 | 125 | 73 | 52 | 526 | 112 | 42 |
| Binary | 10010101 | 10110 | 111101 | 0 | 1010101 | 111011 | 101010 | 101010110 | 1001010 | 100010 |
Color Harmonies of #95163D
Complementary color
Monochromatic Colors of #95163D
Black with #95163D
Text Example
Text Example
White with #95163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95163D; }
p { color: rgb(149,22,61); }
H1.HeaderClassName
{
color: #95163D;
}
.AnyTagClassName
{
color: #95163D;
}
</style>
background-color css
<style>
a { background-color: #95163D; }
a { background-color: rgb(149,22,61); }
div.DivClassName
{
background-color: #95163D;
}
.BgClassName
{
background-color: #95163D;
}
</style>
border-color css
<style>
span { border-color: #95163D; }
span { border-color: rgb(149,22,61); }
td.TdClassName
{
border-color: #95163D;
}
.TagClassName
{
border-color: #95163D;
}
</style>