Shades of Shiraz #92153D
Tints of Shiraz #92153D
RGB
CMYK
RGB Variations
Color information
#92153D (or 0x92153D) is known color: Shiraz. HEX triplet: 92, 15 and 3D. RGB value is (146,21,61). Sum of RGB (Red+Green+Blue) = 146+21+61=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #92153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92153D is #6DEAC2. Grayscale: #3E3E3E. Windows color (decimal): -7203523 or 4003218. OLE color: 4003218.
HSL color Cylindrical-coordinate representation of color #92153D: hue angle of 340.8º degrees, saturation: 0.75, 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 #92153D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 61 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.43 |
| HSL | 340.8º | 0.75% | 0.33% | - |
| HSV(B) | 340.8º | 0.86% | 0.57% | - |
| XYZ | 12.96 | 6.98 | 5.08 | - |
| YUV | 62.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 61 | 0 | 0.86 | 0.58 | 0.43 | 340.8 | 0.75 | 0.33 |
| Hex | 92 | 15 | 3D | 0 | 56 | 3A | 2B | 155 | 4B | 21 |
| Octal | 222 | 25 | 75 | 0 | 126 | 72 | 53 | 525 | 113 | 41 |
| Binary | 10010010 | 10101 | 111101 | 0 | 1010110 | 111010 | 101011 | 101010101 | 1001011 | 100001 |
Color Harmonies of #92153D
Complementary color
Monochromatic Colors of #92153D
Black with #92153D
Text Example
Text Example
White with #92153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92153D; }
p { color: rgb(146,21,61); }
H1.HeaderClassName
{
color: #92153D;
}
.AnyTagClassName
{
color: #92153D;
}
</style>
background-color css
<style>
a { background-color: #92153D; }
a { background-color: rgb(146,21,61); }
div.DivClassName
{
background-color: #92153D;
}
.BgClassName
{
background-color: #92153D;
}
</style>
border-color css
<style>
span { border-color: #92153D; }
span { border-color: rgb(146,21,61); }
td.TdClassName
{
border-color: #92153D;
}
.TagClassName
{
border-color: #92153D;
}
</style>