Shades of Shiraz #81203C
Tints of Shiraz #81203C
RGB
CMYK
RGB Variations
Color information
#81203C (or 0x81203C) is known color: Shiraz. HEX triplet: 81, 20 and 3C. RGB value is (129,32,60). Sum of RGB (Red+Green+Blue) = 129+32+60=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #81203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81203C is #7EDFC3. Grayscale: #404040. Windows color (decimal): -8314820 or 3940481. OLE color: 3940481.
HSL color Cylindrical-coordinate representation of color #81203C: hue angle of 342.68º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81203C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 60 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.49 |
| HSL | 342.68º | 0.6% | 0.32% | - |
| HSV(B) | 342.68º | 0.75% | 0.51% | - |
| XYZ | 10.39 | 6.03 | 4.89 | - |
| YUV | 64.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 60 | 0 | 0.75 | 0.53 | 0.49 | 342.68 | 0.6 | 0.32 |
| Hex | 81 | 20 | 3C | 0 | 4B | 35 | 31 | 157 | 3C | 20 |
| Octal | 201 | 40 | 74 | 0 | 113 | 65 | 61 | 527 | 74 | 40 |
| Binary | 10000001 | 100000 | 111100 | 0 | 1001011 | 110101 | 110001 | 101010111 | 111100 | 100000 |
Color Harmonies of #81203C
Complementary color
Monochromatic Colors of #81203C
Black with #81203C
Text Example
Text Example
White with #81203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81203C; }
p { color: rgb(129,32,60); }
H1.HeaderClassName
{
color: #81203C;
}
.AnyTagClassName
{
color: #81203C;
}
</style>
background-color css
<style>
a { background-color: #81203C; }
a { background-color: rgb(129,32,60); }
div.DivClassName
{
background-color: #81203C;
}
.BgClassName
{
background-color: #81203C;
}
</style>
border-color css
<style>
span { border-color: #81203C; }
span { border-color: rgb(129,32,60); }
td.TdClassName
{
border-color: #81203C;
}
.TagClassName
{
border-color: #81203C;
}
</style>