Shades of Shiraz #81213F
Tints of Shiraz #81213F
RGB
CMYK
RGB Variations
Color information
#81213F (or 0x81213F) is known color: Shiraz. HEX triplet: 81, 21 and 3F. RGB value is (129,33,63). Sum of RGB (Red+Green+Blue) = 129+33+63=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81213F is #7EDEC0. Grayscale: #414141. Windows color (decimal): -8314561 or 4137345. OLE color: 4137345.
HSL color Cylindrical-coordinate representation of color #81213F: hue angle of 341.25º 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 #81213F is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 63 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.49 |
| HSL | 341.25º | 0.59% | 0.32% | - |
| HSV(B) | 341.25º | 0.74% | 0.51% | - |
| XYZ | 10.49 | 6.11 | 5.33 | - |
| YUV | 65.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 63 | 0 | 0.74 | 0.51 | 0.49 | 341.25 | 0.59 | 0.32 |
| Hex | 81 | 21 | 3F | 0 | 4A | 33 | 31 | 155 | 3B | 20 |
| Octal | 201 | 41 | 77 | 0 | 112 | 63 | 61 | 525 | 73 | 40 |
| Binary | 10000001 | 100001 | 111111 | 0 | 1001010 | 110011 | 110001 | 101010101 | 111011 | 100000 |
Color Harmonies of #81213F
Complementary color
Monochromatic Colors of #81213F
Black with #81213F
Text Example
Text Example
White with #81213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81213F; }
p { color: rgb(129,33,63); }
H1.HeaderClassName
{
color: #81213F;
}
.AnyTagClassName
{
color: #81213F;
}
</style>
background-color css
<style>
a { background-color: #81213F; }
a { background-color: rgb(129,33,63); }
div.DivClassName
{
background-color: #81213F;
}
.BgClassName
{
background-color: #81213F;
}
</style>
border-color css
<style>
span { border-color: #81213F; }
span { border-color: rgb(129,33,63); }
td.TdClassName
{
border-color: #81213F;
}
.TagClassName
{
border-color: #81213F;
}
</style>