Shades of Shiraz #81213C
Tints of Shiraz #81213C
RGB
CMYK
RGB Variations
Color information
#81213C (or 0x81213C) is known color: Shiraz. HEX triplet: 81, 21 and 3C. RGB value is (129,33,60). Sum of RGB (Red+Green+Blue) = 129+33+60=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81213C is #7EDEC3. Grayscale: #404040. Windows color (decimal): -8314564 or 3940737. OLE color: 3940737.
HSL color Cylindrical-coordinate representation of color #81213C: hue angle of 343.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81213C is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 60 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.49 |
| HSL | 343.13º | 0.59% | 0.32% | - |
| HSV(B) | 343.13º | 0.74% | 0.51% | - |
| XYZ | 10.41 | 6.08 | 4.9 | - |
| YUV | 64.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 60 | 0 | 0.74 | 0.53 | 0.49 | 343.13 | 0.59 | 0.32 |
| Hex | 81 | 21 | 3C | 0 | 4A | 35 | 31 | 157 | 3B | 20 |
| Octal | 201 | 41 | 74 | 0 | 112 | 65 | 61 | 527 | 73 | 40 |
| Binary | 10000001 | 100001 | 111100 | 0 | 1001010 | 110101 | 110001 | 101010111 | 111011 | 100000 |
Color Harmonies of #81213C
Complementary color
Monochromatic Colors of #81213C
Black with #81213C
Text Example
Text Example
White with #81213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81213C; }
p { color: rgb(129,33,60); }
H1.HeaderClassName
{
color: #81213C;
}
.AnyTagClassName
{
color: #81213C;
}
</style>
background-color css
<style>
a { background-color: #81213C; }
a { background-color: rgb(129,33,60); }
div.DivClassName
{
background-color: #81213C;
}
.BgClassName
{
background-color: #81213C;
}
</style>
border-color css
<style>
span { border-color: #81213C; }
span { border-color: rgb(129,33,60); }
td.TdClassName
{
border-color: #81213C;
}
.TagClassName
{
border-color: #81213C;
}
</style>