Shades of Shiraz #87283D
Tints of Shiraz #87283D
RGB
CMYK
RGB Variations
Color information
#87283D (or 0x87283D) is known color: Shiraz. HEX triplet: 87, 28 and 3D. RGB value is (135,40,61). Sum of RGB (Red+Green+Blue) = 135+40+61=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87283D is #78D7C2. Grayscale: #464646. Windows color (decimal): -7919555 or 4008071. OLE color: 4008071.
HSL color Cylindrical-coordinate representation of color #87283D: hue angle of 346.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87283D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 61 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.47 |
| HSL | 346.74º | 0.54% | 0.34% | - |
| HSV(B) | 346.74º | 0.7% | 0.53% | - |
| XYZ | 11.59 | 7.01 | 5.16 | - |
| YUV | 70.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 61 | 0 | 0.70 | 0.55 | 0.47 | 346.74 | 0.54 | 0.34 |
| Hex | 87 | 28 | 3D | 0 | 46 | 37 | 2F | 15B | 36 | 22 |
| Octal | 207 | 50 | 75 | 0 | 106 | 67 | 57 | 533 | 66 | 42 |
| Binary | 10000111 | 101000 | 111101 | 0 | 1000110 | 110111 | 101111 | 101011011 | 110110 | 100010 |
Color Harmonies of #87283D
Complementary color
Monochromatic Colors of #87283D
Black with #87283D
Text Example
Text Example
White with #87283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87283D; }
p { color: rgb(135,40,61); }
H1.HeaderClassName
{
color: #87283D;
}
.AnyTagClassName
{
color: #87283D;
}
</style>
background-color css
<style>
a { background-color: #87283D; }
a { background-color: rgb(135,40,61); }
div.DivClassName
{
background-color: #87283D;
}
.BgClassName
{
background-color: #87283D;
}
</style>
border-color css
<style>
span { border-color: #87283D; }
span { border-color: rgb(135,40,61); }
td.TdClassName
{
border-color: #87283D;
}
.TagClassName
{
border-color: #87283D;
}
</style>