Shades of Shiraz #95123B
Tints of Shiraz #95123B
RGB
CMYK
RGB Variations
Color information
#95123B (or 0x95123B) is known color: Shiraz. HEX triplet: 95, 12 and 3B. RGB value is (149,18,59). Sum of RGB (Red+Green+Blue) = 149+18+59=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95123B is #6AEDC4. Grayscale: #3D3D3D. Windows color (decimal): -7007685 or 3871381. OLE color: 3871381.
HSL color Cylindrical-coordinate representation of color #95123B: hue angle of 341.22º 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 #95123B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 59 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.42 |
| HSL | 341.22º | 0.78% | 0.33% | - |
| HSV(B) | 341.22º | 0.88% | 0.58% | - |
| XYZ | 13.4 | 7.14 | 4.81 | - |
| YUV | 61.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 59 | 0 | 0.88 | 0.60 | 0.42 | 341.22 | 0.78 | 0.33 |
| Hex | 95 | 12 | 3B | 0 | 58 | 3C | 2A | 155 | 4E | 21 |
| Octal | 225 | 22 | 73 | 0 | 130 | 74 | 52 | 525 | 116 | 41 |
| Binary | 10010101 | 10010 | 111011 | 0 | 1011000 | 111100 | 101010 | 101010101 | 1001110 | 100001 |
Color Harmonies of #95123B
Complementary color
Monochromatic Colors of #95123B
Black with #95123B
Text Example
Text Example
White with #95123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95123B; }
p { color: rgb(149,18,59); }
H1.HeaderClassName
{
color: #95123B;
}
.AnyTagClassName
{
color: #95123B;
}
</style>
background-color css
<style>
a { background-color: #95123B; }
a { background-color: rgb(149,18,59); }
div.DivClassName
{
background-color: #95123B;
}
.BgClassName
{
background-color: #95123B;
}
</style>
border-color css
<style>
span { border-color: #95123B; }
span { border-color: rgb(149,18,59); }
td.TdClassName
{
border-color: #95123B;
}
.TagClassName
{
border-color: #95123B;
}
</style>