Shades of Shiraz #84253B
Tints of Shiraz #84253B
RGB
CMYK
RGB Variations
Color information
#84253B (or 0x84253B) is known color: Shiraz. HEX triplet: 84, 25 and 3B. RGB value is (132,37,59). Sum of RGB (Red+Green+Blue) = 132+37+59=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253B is #7BDAC4. Grayscale: #434343. Windows color (decimal): -8116933 or 3876228. OLE color: 3876228.
HSL color Cylindrical-coordinate representation of color #84253B: hue angle of 346.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84253B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 59 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.48 |
| HSL | 346.11º | 0.56% | 0.33% | - |
| HSV(B) | 346.11º | 0.72% | 0.52% | - |
| XYZ | 10.97 | 6.54 | 4.82 | - |
| YUV | 67.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 59 | 0 | 0.72 | 0.55 | 0.48 | 346.11 | 0.56 | 0.33 |
| Hex | 84 | 25 | 3B | 0 | 48 | 37 | 30 | 15A | 38 | 21 |
| Octal | 204 | 45 | 73 | 0 | 110 | 67 | 60 | 532 | 70 | 41 |
| Binary | 10000100 | 100101 | 111011 | 0 | 1001000 | 110111 | 110000 | 101011010 | 111000 | 100001 |
Color Harmonies of #84253B
Complementary color
Monochromatic Colors of #84253B
Black with #84253B
Text Example
Text Example
White with #84253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84253B; }
p { color: rgb(132,37,59); }
H1.HeaderClassName
{
color: #84253B;
}
.AnyTagClassName
{
color: #84253B;
}
</style>
background-color css
<style>
a { background-color: #84253B; }
a { background-color: rgb(132,37,59); }
div.DivClassName
{
background-color: #84253B;
}
.BgClassName
{
background-color: #84253B;
}
</style>
border-color css
<style>
span { border-color: #84253B; }
span { border-color: rgb(132,37,59); }
td.TdClassName
{
border-color: #84253B;
}
.TagClassName
{
border-color: #84253B;
}
</style>