Shades of Shiraz #93153C
Tints of Shiraz #93153C
RGB
CMYK
RGB Variations
Color information
#93153C (or 0x93153C) is known color: Shiraz. HEX triplet: 93, 15 and 3C. RGB value is (147,21,60). Sum of RGB (Red+Green+Blue) = 147+21+60=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93153C is #6CEAC3. Grayscale: #3F3F3F. Windows color (decimal): -7137988 or 3937683. OLE color: 3937683.
HSL color Cylindrical-coordinate representation of color #93153C: hue angle of 341.43º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93153C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 60 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.42 |
| HSL | 341.43º | 0.75% | 0.33% | - |
| HSV(B) | 341.43º | 0.86% | 0.58% | - |
| XYZ | 13.12 | 7.07 | 4.95 | - |
| YUV | 63.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 60 | 0 | 0.86 | 0.59 | 0.42 | 341.43 | 0.75 | 0.33 |
| Hex | 93 | 15 | 3C | 0 | 56 | 3B | 2A | 155 | 4B | 21 |
| Octal | 223 | 25 | 74 | 0 | 126 | 73 | 52 | 525 | 113 | 41 |
| Binary | 10010011 | 10101 | 111100 | 0 | 1010110 | 111011 | 101010 | 101010101 | 1001011 | 100001 |
Color Harmonies of #93153C
Complementary color
Monochromatic Colors of #93153C
Black with #93153C
Text Example
Text Example
White with #93153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93153C; }
p { color: rgb(147,21,60); }
H1.HeaderClassName
{
color: #93153C;
}
.AnyTagClassName
{
color: #93153C;
}
</style>
background-color css
<style>
a { background-color: #93153C; }
a { background-color: rgb(147,21,60); }
div.DivClassName
{
background-color: #93153C;
}
.BgClassName
{
background-color: #93153C;
}
</style>
border-color css
<style>
span { border-color: #93153C; }
span { border-color: rgb(147,21,60); }
td.TdClassName
{
border-color: #93153C;
}
.TagClassName
{
border-color: #93153C;
}
</style>