Shades of Shiraz #802C33
Tints of Shiraz #802C33
RGB
CMYK
RGB Variations
Color information
#802C33 (or 0x802C33) is known color: Shiraz. HEX triplet: 80, 2C and 33. RGB value is (128,44,51). Sum of RGB (Red+Green+Blue) = 128+44+51=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #802C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C33 is #7FD3CC. Grayscale: #454545. Windows color (decimal): -8377293 or 3353728. OLE color: 3353728.
HSL color Cylindrical-coordinate representation of color #802C33: hue angle of 355º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C33 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 51 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.50 |
| HSL | 355º | 0.49% | 0.34% | - |
| HSV(B) | 355º | 0.66% | 0.5% | - |
| XYZ | 10.4 | 6.63 | 3.86 | - |
| YUV | 69.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 51 | 0 | 0.66 | 0.60 | 0.50 | 355 | 0.49 | 0.34 |
| Hex | 80 | 2C | 33 | 0 | 42 | 3C | 32 | 163 | 31 | 22 |
| Octal | 200 | 54 | 63 | 0 | 102 | 74 | 62 | 543 | 61 | 42 |
| Binary | 10000000 | 101100 | 110011 | 0 | 1000010 | 111100 | 110010 | 101100011 | 110001 | 100010 |
Color Harmonies of #802C33
Complementary color
Monochromatic Colors of #802C33
Black with #802C33
Text Example
Text Example
White with #802C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C33; }
p { color: rgb(128,44,51); }
H1.HeaderClassName
{
color: #802C33;
}
.AnyTagClassName
{
color: #802C33;
}
</style>
background-color css
<style>
a { background-color: #802C33; }
a { background-color: rgb(128,44,51); }
div.DivClassName
{
background-color: #802C33;
}
.BgClassName
{
background-color: #802C33;
}
</style>
border-color css
<style>
span { border-color: #802C33; }
span { border-color: rgb(128,44,51); }
td.TdClassName
{
border-color: #802C33;
}
.TagClassName
{
border-color: #802C33;
}
</style>