Shades of Shiraz #882B3C
Tints of Shiraz #882B3C
RGB
CMYK
RGB Variations
Color information
#882B3C (or 0x882B3C) is known color: Shiraz. HEX triplet: 88, 2B and 3C. RGB value is (136,43,60). Sum of RGB (Red+Green+Blue) = 136+43+60=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B3C is #77D4C3. Grayscale: #484848. Windows color (decimal): -7853252 or 3943304. OLE color: 3943304.
HSL color Cylindrical-coordinate representation of color #882B3C: hue angle of 349.03º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B3C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 60 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.47 |
| HSL | 349.03º | 0.52% | 0.35% | - |
| HSV(B) | 349.03º | 0.68% | 0.53% | - |
| XYZ | 11.83 | 7.29 | 5.06 | - |
| YUV | 72.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 60 | 0 | 0.68 | 0.56 | 0.47 | 349.03 | 0.52 | 0.35 |
| Hex | 88 | 2B | 3C | 0 | 44 | 38 | 2F | 15D | 34 | 23 |
| Octal | 210 | 53 | 74 | 0 | 104 | 70 | 57 | 535 | 64 | 43 |
| Binary | 10001000 | 101011 | 111100 | 0 | 1000100 | 111000 | 101111 | 101011101 | 110100 | 100011 |
Color Harmonies of #882B3C
Complementary color
Monochromatic Colors of #882B3C
Black with #882B3C
Text Example
Text Example
White with #882B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B3C; }
p { color: rgb(136,43,60); }
H1.HeaderClassName
{
color: #882B3C;
}
.AnyTagClassName
{
color: #882B3C;
}
</style>
background-color css
<style>
a { background-color: #882B3C; }
a { background-color: rgb(136,43,60); }
div.DivClassName
{
background-color: #882B3C;
}
.BgClassName
{
background-color: #882B3C;
}
</style>
border-color css
<style>
span { border-color: #882B3C; }
span { border-color: rgb(136,43,60); }
td.TdClassName
{
border-color: #882B3C;
}
.TagClassName
{
border-color: #882B3C;
}
</style>