Shades of Shiraz #802835
Tints of Shiraz #802835
RGB
CMYK
RGB Variations
Color information
#802835 (or 0x802835) is known color: Shiraz. HEX triplet: 80, 28 and 35. RGB value is (128,40,53). Sum of RGB (Red+Green+Blue) = 128+40+53=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #802835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802835 is #7FD7CA. Grayscale: #434343. Windows color (decimal): -8378315 or 3483776. OLE color: 3483776.
HSL color Cylindrical-coordinate representation of color #802835: hue angle of 351.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802835 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 53 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.50 |
| HSL | 351.14º | 0.52% | 0.33% | - |
| HSV(B) | 351.14º | 0.69% | 0.5% | - |
| XYZ | 10.3 | 6.36 | 4.05 | - |
| YUV | 67.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 53 | 0 | 0.69 | 0.59 | 0.50 | 351.14 | 0.52 | 0.33 |
| Hex | 80 | 28 | 35 | 0 | 45 | 3B | 32 | 15F | 34 | 21 |
| Octal | 200 | 50 | 65 | 0 | 105 | 73 | 62 | 537 | 64 | 41 |
| Binary | 10000000 | 101000 | 110101 | 0 | 1000101 | 111011 | 110010 | 101011111 | 110100 | 100001 |
Color Harmonies of #802835
Complementary color
Monochromatic Colors of #802835
Black with #802835
Text Example
Text Example
White with #802835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802835; }
p { color: rgb(128,40,53); }
H1.HeaderClassName
{
color: #802835;
}
.AnyTagClassName
{
color: #802835;
}
</style>
background-color css
<style>
a { background-color: #802835; }
a { background-color: rgb(128,40,53); }
div.DivClassName
{
background-color: #802835;
}
.BgClassName
{
background-color: #802835;
}
</style>
border-color css
<style>
span { border-color: #802835; }
span { border-color: rgb(128,40,53); }
td.TdClassName
{
border-color: #802835;
}
.TagClassName
{
border-color: #802835;
}
</style>