Shades of Shiraz #812A32
Tints of Shiraz #812A32
RGB
CMYK
RGB Variations
Color information
#812A32 (or 0x812A32) is known color: Shiraz. HEX triplet: 81, 2A and 32. RGB value is (129,42,50). Sum of RGB (Red+Green+Blue) = 129+42+50=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #812A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A32 is #7ED5CD. Grayscale: #444444. Windows color (decimal): -8312270 or 3287681. OLE color: 3287681.
HSL color Cylindrical-coordinate representation of color #812A32: hue angle of 354.48º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A32 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 50 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.49 |
| HSL | 354.48º | 0.51% | 0.34% | - |
| HSV(B) | 354.48º | 0.67% | 0.51% | - |
| XYZ | 10.46 | 6.55 | 3.73 | - |
| YUV | 68.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 50 | 0 | 0.67 | 0.61 | 0.49 | 354.48 | 0.51 | 0.34 |
| Hex | 81 | 2A | 32 | 0 | 43 | 3D | 31 | 162 | 33 | 22 |
| Octal | 201 | 52 | 62 | 0 | 103 | 75 | 61 | 542 | 63 | 42 |
| Binary | 10000001 | 101010 | 110010 | 0 | 1000011 | 111101 | 110001 | 101100010 | 110011 | 100010 |
Color Harmonies of #812A32
Complementary color
Monochromatic Colors of #812A32
Black with #812A32
Text Example
Text Example
White with #812A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A32; }
p { color: rgb(129,42,50); }
H1.HeaderClassName
{
color: #812A32;
}
.AnyTagClassName
{
color: #812A32;
}
</style>
background-color css
<style>
a { background-color: #812A32; }
a { background-color: rgb(129,42,50); }
div.DivClassName
{
background-color: #812A32;
}
.BgClassName
{
background-color: #812A32;
}
</style>
border-color css
<style>
span { border-color: #812A32; }
span { border-color: rgb(129,42,50); }
td.TdClassName
{
border-color: #812A32;
}
.TagClassName
{
border-color: #812A32;
}
</style>