Shades of Shiraz #832E34
Tints of Shiraz #832E34
RGB
CMYK
RGB Variations
Color information
#832E34 (or 0x832E34) is known color: Shiraz. HEX triplet: 83, 2E and 34. RGB value is (131,46,52). Sum of RGB (Red+Green+Blue) = 131+46+52=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #832E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E34 is #7CD1CB. Grayscale: #484848. Windows color (decimal): -8180172 or 3419779. OLE color: 3419779.
HSL color Cylindrical-coordinate representation of color #832E34: hue angle of 355.76º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E34 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 52 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.49 |
| HSL | 355.76º | 0.48% | 0.35% | - |
| HSV(B) | 355.76º | 0.65% | 0.51% | - |
| XYZ | 10.96 | 7.03 | 4.03 | - |
| YUV | 72.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 52 | 0 | 0.65 | 0.60 | 0.49 | 355.76 | 0.48 | 0.35 |
| Hex | 83 | 2E | 34 | 0 | 41 | 3C | 31 | 164 | 30 | 23 |
| Octal | 203 | 56 | 64 | 0 | 101 | 74 | 61 | 544 | 60 | 43 |
| Binary | 10000011 | 101110 | 110100 | 0 | 1000001 | 111100 | 110001 | 101100100 | 110000 | 100011 |
Color Harmonies of #832E34
Complementary color
Monochromatic Colors of #832E34
Black with #832E34
Text Example
Text Example
White with #832E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E34; }
p { color: rgb(131,46,52); }
H1.HeaderClassName
{
color: #832E34;
}
.AnyTagClassName
{
color: #832E34;
}
</style>
background-color css
<style>
a { background-color: #832E34; }
a { background-color: rgb(131,46,52); }
div.DivClassName
{
background-color: #832E34;
}
.BgClassName
{
background-color: #832E34;
}
</style>
border-color css
<style>
span { border-color: #832E34; }
span { border-color: rgb(131,46,52); }
td.TdClassName
{
border-color: #832E34;
}
.TagClassName
{
border-color: #832E34;
}
</style>