Shades of Shiraz #812C33
Tints of Shiraz #812C33
RGB
CMYK
RGB Variations
Color information
#812C33 (or 0x812C33) is known color: Shiraz. HEX triplet: 81, 2C and 33. RGB value is (129,44,51). Sum of RGB (Red+Green+Blue) = 129+44+51=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #812C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C33 is #7ED3CC. Grayscale: #464646. Windows color (decimal): -8311757 or 3353729. OLE color: 3353729.
HSL color Cylindrical-coordinate representation of color #812C33: hue angle of 355.06º degrees, saturation: 0.49, 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 #812C33 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 51 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.49 |
| HSL | 355.06º | 0.49% | 0.34% | - |
| HSV(B) | 355.06º | 0.66% | 0.51% | - |
| XYZ | 10.55 | 6.71 | 3.87 | - |
| YUV | 70.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 51 | 0 | 0.66 | 0.60 | 0.49 | 355.06 | 0.49 | 0.34 |
| Hex | 81 | 2C | 33 | 0 | 42 | 3C | 31 | 163 | 31 | 22 |
| Octal | 201 | 54 | 63 | 0 | 102 | 74 | 61 | 543 | 61 | 42 |
| Binary | 10000001 | 101100 | 110011 | 0 | 1000010 | 111100 | 110001 | 101100011 | 110001 | 100010 |
Color Harmonies of #812C33
Complementary color
Monochromatic Colors of #812C33
Black with #812C33
Text Example
Text Example
White with #812C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C33; }
p { color: rgb(129,44,51); }
H1.HeaderClassName
{
color: #812C33;
}
.AnyTagClassName
{
color: #812C33;
}
</style>
background-color css
<style>
a { background-color: #812C33; }
a { background-color: rgb(129,44,51); }
div.DivClassName
{
background-color: #812C33;
}
.BgClassName
{
background-color: #812C33;
}
</style>
border-color css
<style>
span { border-color: #812C33; }
span { border-color: rgb(129,44,51); }
td.TdClassName
{
border-color: #812C33;
}
.TagClassName
{
border-color: #812C33;
}
</style>