Shades of Shiraz #81233C
Tints of Shiraz #81233C
RGB
CMYK
RGB Variations
Color information
#81233C (or 0x81233C) is known color: Shiraz. HEX triplet: 81, 23 and 3C. RGB value is (129,35,60). Sum of RGB (Red+Green+Blue) = 129+35+60=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81233C is #7EDCC3. Grayscale: #414141. Windows color (decimal): -8314052 or 3941249. OLE color: 3941249.
HSL color Cylindrical-coordinate representation of color #81233C: hue angle of 344.04º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81233C is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 35 | 60 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.49 |
| HSL | 344.04º | 0.57% | 0.32% | - |
| HSV(B) | 344.04º | 0.73% | 0.51% | - |
| XYZ | 10.47 | 6.2 | 4.92 | - |
| YUV | 65.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 60 | 0 | 0.73 | 0.53 | 0.49 | 344.04 | 0.57 | 0.32 |
| Hex | 81 | 23 | 3C | 0 | 49 | 35 | 31 | 158 | 39 | 20 |
| Octal | 201 | 43 | 74 | 0 | 111 | 65 | 61 | 530 | 71 | 40 |
| Binary | 10000001 | 100011 | 111100 | 0 | 1001001 | 110101 | 110001 | 101011000 | 111001 | 100000 |
Color Harmonies of #81233C
Complementary color
Monochromatic Colors of #81233C
Black with #81233C
Text Example
Text Example
White with #81233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81233C; }
p { color: rgb(129,35,60); }
H1.HeaderClassName
{
color: #81233C;
}
.AnyTagClassName
{
color: #81233C;
}
</style>
background-color css
<style>
a { background-color: #81233C; }
a { background-color: rgb(129,35,60); }
div.DivClassName
{
background-color: #81233C;
}
.BgClassName
{
background-color: #81233C;
}
</style>
border-color css
<style>
span { border-color: #81233C; }
span { border-color: rgb(129,35,60); }
td.TdClassName
{
border-color: #81233C;
}
.TagClassName
{
border-color: #81233C;
}
</style>