Shades of Shiraz #87273D
Tints of Shiraz #87273D
RGB
CMYK
RGB Variations
Color information
#87273D (or 0x87273D) is known color: Shiraz. HEX triplet: 87, 27 and 3D. RGB value is (135,39,61). Sum of RGB (Red+Green+Blue) = 135+39+61=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #87273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87273D is #78D8C2. Grayscale: #464646. Windows color (decimal): -7919811 or 4007815. OLE color: 4007815.
HSL color Cylindrical-coordinate representation of color #87273D: hue angle of 346.25º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87273D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 61 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.47 |
| HSL | 346.25º | 0.55% | 0.34% | - |
| HSV(B) | 346.25º | 0.71% | 0.53% | - |
| XYZ | 11.56 | 6.94 | 5.14 | - |
| YUV | 70.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 61 | 0 | 0.71 | 0.55 | 0.47 | 346.25 | 0.55 | 0.34 |
| Hex | 87 | 27 | 3D | 0 | 47 | 37 | 2F | 15A | 37 | 22 |
| Octal | 207 | 47 | 75 | 0 | 107 | 67 | 57 | 532 | 67 | 42 |
| Binary | 10000111 | 100111 | 111101 | 0 | 1000111 | 110111 | 101111 | 101011010 | 110111 | 100010 |
Color Harmonies of #87273D
Complementary color
Monochromatic Colors of #87273D
Black with #87273D
Text Example
Text Example
White with #87273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87273D; }
p { color: rgb(135,39,61); }
H1.HeaderClassName
{
color: #87273D;
}
.AnyTagClassName
{
color: #87273D;
}
</style>
background-color css
<style>
a { background-color: #87273D; }
a { background-color: rgb(135,39,61); }
div.DivClassName
{
background-color: #87273D;
}
.BgClassName
{
background-color: #87273D;
}
</style>
border-color css
<style>
span { border-color: #87273D; }
span { border-color: rgb(135,39,61); }
td.TdClassName
{
border-color: #87273D;
}
.TagClassName
{
border-color: #87273D;
}
</style>