Shades of Shiraz #92143C
Tints of Shiraz #92143C
RGB
CMYK
RGB Variations
Color information
#92143C (or 0x92143C) is known color: Shiraz. HEX triplet: 92, 14 and 3C. RGB value is (146,20,60). Sum of RGB (Red+Green+Blue) = 146+20+60=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #92143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92143C is #6DEBC3. Grayscale: #3E3E3E. Windows color (decimal): -7203780 or 3937426. OLE color: 3937426.
HSL color Cylindrical-coordinate representation of color #92143C: hue angle of 340.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92143C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 60 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.43 |
| HSL | 340.95º | 0.76% | 0.33% | - |
| HSV(B) | 340.95º | 0.86% | 0.57% | - |
| XYZ | 12.92 | 6.94 | 4.93 | - |
| YUV | 62.23 | 126.74 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 60 | 0 | 0.86 | 0.59 | 0.43 | 340.95 | 0.76 | 0.33 |
| Hex | 92 | 14 | 3C | 0 | 56 | 3B | 2B | 155 | 4C | 21 |
| Octal | 222 | 24 | 74 | 0 | 126 | 73 | 53 | 525 | 114 | 41 |
| Binary | 10010010 | 10100 | 111100 | 0 | 1010110 | 111011 | 101011 | 101010101 | 1001100 | 100001 |
Color Harmonies of #92143C
Complementary color
Monochromatic Colors of #92143C
Black with #92143C
Text Example
Text Example
White with #92143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92143C; }
p { color: rgb(146,20,60); }
H1.HeaderClassName
{
color: #92143C;
}
.AnyTagClassName
{
color: #92143C;
}
</style>
background-color css
<style>
a { background-color: #92143C; }
a { background-color: rgb(146,20,60); }
div.DivClassName
{
background-color: #92143C;
}
.BgClassName
{
background-color: #92143C;
}
</style>
border-color css
<style>
span { border-color: #92143C; }
span { border-color: rgb(146,20,60); }
td.TdClassName
{
border-color: #92143C;
}
.TagClassName
{
border-color: #92143C;
}
</style>