Shades of Shiraz #812B34
Tints of Shiraz #812B34
RGB
CMYK
RGB Variations
Color information
#812B34 (or 0x812B34) is known color: Shiraz. HEX triplet: 81, 2B and 34. RGB value is (129,43,52). Sum of RGB (Red+Green+Blue) = 129+43+52=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #812B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B34 is #7ED4CB. Grayscale: #454545. Windows color (decimal): -8312012 or 3419009. OLE color: 3419009.
HSL color Cylindrical-coordinate representation of color #812B34: hue angle of 353.72º degrees, saturation: 0.5, 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 #812B34 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 43 | 52 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.49 |
| HSL | 353.72º | 0.5% | 0.34% | - |
| HSV(B) | 353.72º | 0.67% | 0.51% | - |
| XYZ | 10.54 | 6.64 | 3.98 | - |
| YUV | 69.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 52 | 0 | 0.67 | 0.60 | 0.49 | 353.72 | 0.5 | 0.34 |
| Hex | 81 | 2B | 34 | 0 | 43 | 3C | 31 | 162 | 32 | 22 |
| Octal | 201 | 53 | 64 | 0 | 103 | 74 | 61 | 542 | 62 | 42 |
| Binary | 10000001 | 101011 | 110100 | 0 | 1000011 | 111100 | 110001 | 101100010 | 110010 | 100010 |
Color Harmonies of #812B34
Complementary color
Monochromatic Colors of #812B34
Black with #812B34
Text Example
Text Example
White with #812B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812B34; }
p { color: rgb(129,43,52); }
H1.HeaderClassName
{
color: #812B34;
}
.AnyTagClassName
{
color: #812B34;
}
</style>
background-color css
<style>
a { background-color: #812B34; }
a { background-color: rgb(129,43,52); }
div.DivClassName
{
background-color: #812B34;
}
.BgClassName
{
background-color: #812B34;
}
</style>
border-color css
<style>
span { border-color: #812B34; }
span { border-color: rgb(129,43,52); }
td.TdClassName
{
border-color: #812B34;
}
.TagClassName
{
border-color: #812B34;
}
</style>