Shades of Shiraz #872D3B
Tints of Shiraz #872D3B
RGB
CMYK
RGB Variations
Color information
#872D3B (or 0x872D3B) is known color: Shiraz. HEX triplet: 87, 2D and 3B. RGB value is (135,45,59). Sum of RGB (Red+Green+Blue) = 135+45+59=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #872D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D3B is #78D2C4. Grayscale: #494949. Windows color (decimal): -7918277 or 3878279. OLE color: 3878279.
HSL color Cylindrical-coordinate representation of color #872D3B: hue angle of 350.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D3B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 59 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.47 |
| HSL | 350.67º | 0.5% | 0.35% | - |
| HSV(B) | 350.67º | 0.67% | 0.53% | - |
| XYZ | 11.72 | 7.34 | 4.94 | - |
| YUV | 73.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 59 | 0 | 0.67 | 0.56 | 0.47 | 350.67 | 0.5 | 0.35 |
| Hex | 87 | 2D | 3B | 0 | 43 | 38 | 2F | 15F | 32 | 23 |
| Octal | 207 | 55 | 73 | 0 | 103 | 70 | 57 | 537 | 62 | 43 |
| Binary | 10000111 | 101101 | 111011 | 0 | 1000011 | 111000 | 101111 | 101011111 | 110010 | 100011 |
Color Harmonies of #872D3B
Complementary color
Monochromatic Colors of #872D3B
Black with #872D3B
Text Example
Text Example
White with #872D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D3B; }
p { color: rgb(135,45,59); }
H1.HeaderClassName
{
color: #872D3B;
}
.AnyTagClassName
{
color: #872D3B;
}
</style>
background-color css
<style>
a { background-color: #872D3B; }
a { background-color: rgb(135,45,59); }
div.DivClassName
{
background-color: #872D3B;
}
.BgClassName
{
background-color: #872D3B;
}
</style>
border-color css
<style>
span { border-color: #872D3B; }
span { border-color: rgb(135,45,59); }
td.TdClassName
{
border-color: #872D3B;
}
.TagClassName
{
border-color: #872D3B;
}
</style>