Shades of Shiraz #87263D
Tints of Shiraz #87263D
RGB
CMYK
RGB Variations
Color information
#87263D (or 0x87263D) is known color: Shiraz. HEX triplet: 87, 26 and 3D. RGB value is (135,38,61). Sum of RGB (Red+Green+Blue) = 135+38+61=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87263D is #78D9C2. Grayscale: #454545. Windows color (decimal): -7920067 or 4007559. OLE color: 4007559.
HSL color Cylindrical-coordinate representation of color #87263D: hue angle of 345.77º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87263D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 61 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.47 |
| HSL | 345.77º | 0.56% | 0.34% | - |
| HSV(B) | 345.77º | 0.72% | 0.53% | - |
| XYZ | 11.53 | 6.87 | 5.13 | - |
| YUV | 69.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 61 | 0 | 0.72 | 0.55 | 0.47 | 345.77 | 0.56 | 0.34 |
| Hex | 87 | 26 | 3D | 0 | 48 | 37 | 2F | 15A | 38 | 22 |
| Octal | 207 | 46 | 75 | 0 | 110 | 67 | 57 | 532 | 70 | 42 |
| Binary | 10000111 | 100110 | 111101 | 0 | 1001000 | 110111 | 101111 | 101011010 | 111000 | 100010 |
Color Harmonies of #87263D
Complementary color
Monochromatic Colors of #87263D
Black with #87263D
Text Example
Text Example
White with #87263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87263D; }
p { color: rgb(135,38,61); }
H1.HeaderClassName
{
color: #87263D;
}
.AnyTagClassName
{
color: #87263D;
}
</style>
background-color css
<style>
a { background-color: #87263D; }
a { background-color: rgb(135,38,61); }
div.DivClassName
{
background-color: #87263D;
}
.BgClassName
{
background-color: #87263D;
}
</style>
border-color css
<style>
span { border-color: #87263D; }
span { border-color: rgb(135,38,61); }
td.TdClassName
{
border-color: #87263D;
}
.TagClassName
{
border-color: #87263D;
}
</style>