Shades of Shiraz #87263A
Tints of Shiraz #87263A
RGB
CMYK
RGB Variations
Color information
#87263A (or 0x87263A) is known color: Shiraz. HEX triplet: 87, 26 and 3A. RGB value is (135,38,58). Sum of RGB (Red+Green+Blue) = 135+38+58=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87263A is #78D9C5. Grayscale: #454545. Windows color (decimal): -7920070 or 3810951. OLE color: 3810951.
HSL color Cylindrical-coordinate representation of color #87263A: hue angle of 347.63º 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 #87263A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 58 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.47 |
| HSL | 347.63º | 0.56% | 0.34% | - |
| HSV(B) | 347.63º | 0.72% | 0.53% | - |
| XYZ | 11.45 | 6.84 | 4.72 | - |
| YUV | 69.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 58 | 0 | 0.72 | 0.57 | 0.47 | 347.63 | 0.56 | 0.34 |
| Hex | 87 | 26 | 3A | 0 | 48 | 39 | 2F | 15C | 38 | 22 |
| Octal | 207 | 46 | 72 | 0 | 110 | 71 | 57 | 534 | 70 | 42 |
| Binary | 10000111 | 100110 | 111010 | 0 | 1001000 | 111001 | 101111 | 101011100 | 111000 | 100010 |
Color Harmonies of #87263A
Complementary color
Monochromatic Colors of #87263A
Black with #87263A
Text Example
Text Example
White with #87263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87263A; }
p { color: rgb(135,38,58); }
H1.HeaderClassName
{
color: #87263A;
}
.AnyTagClassName
{
color: #87263A;
}
</style>
background-color css
<style>
a { background-color: #87263A; }
a { background-color: rgb(135,38,58); }
div.DivClassName
{
background-color: #87263A;
}
.BgClassName
{
background-color: #87263A;
}
</style>
border-color css
<style>
span { border-color: #87263A; }
span { border-color: rgb(135,38,58); }
td.TdClassName
{
border-color: #87263A;
}
.TagClassName
{
border-color: #87263A;
}
</style>