Shades of Shiraz #84253F
Tints of Shiraz #84253F
RGB
CMYK
RGB Variations
Color information
#84253F (or 0x84253F) is known color: Shiraz. HEX triplet: 84, 25 and 3F. RGB value is (132,37,63). Sum of RGB (Red+Green+Blue) = 132+37+63=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253F is #7BDAC0. Grayscale: #444444. Windows color (decimal): -8116929 or 4138372. OLE color: 4138372.
HSL color Cylindrical-coordinate representation of color #84253F: hue angle of 343.58º 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 #84253F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 63 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.48 |
| HSL | 343.58º | 0.56% | 0.33% | - |
| HSV(B) | 343.58º | 0.72% | 0.52% | - |
| XYZ | 11.07 | 6.59 | 5.39 | - |
| YUV | 68.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 63 | 0 | 0.72 | 0.52 | 0.48 | 343.58 | 0.56 | 0.33 |
| Hex | 84 | 25 | 3F | 0 | 48 | 34 | 30 | 158 | 38 | 21 |
| Octal | 204 | 45 | 77 | 0 | 110 | 64 | 60 | 530 | 70 | 41 |
| Binary | 10000100 | 100101 | 111111 | 0 | 1001000 | 110100 | 110000 | 101011000 | 111000 | 100001 |
Color Harmonies of #84253F
Complementary color
Monochromatic Colors of #84253F
Black with #84253F
Text Example
Text Example
White with #84253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84253F; }
p { color: rgb(132,37,63); }
H1.HeaderClassName
{
color: #84253F;
}
.AnyTagClassName
{
color: #84253F;
}
</style>
background-color css
<style>
a { background-color: #84253F; }
a { background-color: rgb(132,37,63); }
div.DivClassName
{
background-color: #84253F;
}
.BgClassName
{
background-color: #84253F;
}
</style>
border-color css
<style>
span { border-color: #84253F; }
span { border-color: rgb(132,37,63); }
td.TdClassName
{
border-color: #84253F;
}
.TagClassName
{
border-color: #84253F;
}
</style>