Shades of Shiraz #93133B
Tints of Shiraz #93133B
RGB
CMYK
RGB Variations
Color information
#93133B (or 0x93133B) is known color: Shiraz. HEX triplet: 93, 13 and 3B. RGB value is (147,19,59). Sum of RGB (Red+Green+Blue) = 147+19+59=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93133B is #6CECC4. Grayscale: #3D3D3D. Windows color (decimal): -7138501 or 3871635. OLE color: 3871635.
HSL color Cylindrical-coordinate representation of color #93133B: hue angle of 341.25º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93133B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 59 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.42 |
| HSL | 341.25º | 0.77% | 0.33% | - |
| HSV(B) | 341.25º | 0.87% | 0.58% | - |
| XYZ | 13.05 | 6.98 | 4.8 | - |
| YUV | 61.83 | 126.41 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 59 | 0 | 0.87 | 0.60 | 0.42 | 341.25 | 0.77 | 0.33 |
| Hex | 93 | 13 | 3B | 0 | 57 | 3C | 2A | 155 | 4D | 21 |
| Octal | 223 | 23 | 73 | 0 | 127 | 74 | 52 | 525 | 115 | 41 |
| Binary | 10010011 | 10011 | 111011 | 0 | 1010111 | 111100 | 101010 | 101010101 | 1001101 | 100001 |
Color Harmonies of #93133B
Complementary color
Monochromatic Colors of #93133B
Black with #93133B
Text Example
Text Example
White with #93133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93133B; }
p { color: rgb(147,19,59); }
H1.HeaderClassName
{
color: #93133B;
}
.AnyTagClassName
{
color: #93133B;
}
</style>
background-color css
<style>
a { background-color: #93133B; }
a { background-color: rgb(147,19,59); }
div.DivClassName
{
background-color: #93133B;
}
.BgClassName
{
background-color: #93133B;
}
</style>
border-color css
<style>
span { border-color: #93133B; }
span { border-color: rgb(147,19,59); }
td.TdClassName
{
border-color: #93133B;
}
.TagClassName
{
border-color: #93133B;
}
</style>