Shades of Shiraz #832C32
Tints of Shiraz #832C32
RGB
CMYK
RGB Variations
Color information
#832C32 (or 0x832C32) is known color: Shiraz. HEX triplet: 83, 2C and 32. RGB value is (131,44,50). Sum of RGB (Red+Green+Blue) = 131+44+50=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #832C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C32 is #7CD3CD. Grayscale: #464646. Windows color (decimal): -8180686 or 3288195. OLE color: 3288195.
HSL color Cylindrical-coordinate representation of color #832C32: hue angle of 355.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C32 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 50 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.49 |
| HSL | 355.86º | 0.5% | 0.34% | - |
| HSV(B) | 355.86º | 0.66% | 0.51% | - |
| XYZ | 10.84 | 6.86 | 3.77 | - |
| YUV | 70.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 50 | 0 | 0.66 | 0.62 | 0.49 | 355.86 | 0.5 | 0.34 |
| Hex | 83 | 2C | 32 | 0 | 42 | 3E | 31 | 164 | 32 | 22 |
| Octal | 203 | 54 | 62 | 0 | 102 | 76 | 61 | 544 | 62 | 42 |
| Binary | 10000011 | 101100 | 110010 | 0 | 1000010 | 111110 | 110001 | 101100100 | 110010 | 100010 |
Color Harmonies of #832C32
Complementary color
Monochromatic Colors of #832C32
Black with #832C32
Text Example
Text Example
White with #832C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C32; }
p { color: rgb(131,44,50); }
H1.HeaderClassName
{
color: #832C32;
}
.AnyTagClassName
{
color: #832C32;
}
</style>
background-color css
<style>
a { background-color: #832C32; }
a { background-color: rgb(131,44,50); }
div.DivClassName
{
background-color: #832C32;
}
.BgClassName
{
background-color: #832C32;
}
</style>
border-color css
<style>
span { border-color: #832C32; }
span { border-color: rgb(131,44,50); }
td.TdClassName
{
border-color: #832C32;
}
.TagClassName
{
border-color: #832C32;
}
</style>