Shades of Shiraz #872B3F
Tints of Shiraz #872B3F
RGB
CMYK
RGB Variations
Color information
#872B3F (or 0x872B3F) is known color: Shiraz. HEX triplet: 87, 2B and 3F. RGB value is (135,43,63). Sum of RGB (Red+Green+Blue) = 135+43+63=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #872B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B3F is #78D4C0. Grayscale: #484848. Windows color (decimal): -7918785 or 4139911. OLE color: 4139911.
HSL color Cylindrical-coordinate representation of color #872B3F: hue angle of 346.96º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B3F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 43 | 63 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.47 |
| HSL | 346.96º | 0.52% | 0.35% | - |
| HSV(B) | 346.96º | 0.68% | 0.53% | - |
| XYZ | 11.75 | 7.24 | 5.48 | - |
| YUV | 72.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 63 | 0 | 0.68 | 0.53 | 0.47 | 346.96 | 0.52 | 0.35 |
| Hex | 87 | 2B | 3F | 0 | 44 | 35 | 2F | 15B | 34 | 23 |
| Octal | 207 | 53 | 77 | 0 | 104 | 65 | 57 | 533 | 64 | 43 |
| Binary | 10000111 | 101011 | 111111 | 0 | 1000100 | 110101 | 101111 | 101011011 | 110100 | 100011 |
Color Harmonies of #872B3F
Complementary color
Monochromatic Colors of #872B3F
Black with #872B3F
Text Example
Text Example
White with #872B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872B3F; }
p { color: rgb(135,43,63); }
H1.HeaderClassName
{
color: #872B3F;
}
.AnyTagClassName
{
color: #872B3F;
}
</style>
background-color css
<style>
a { background-color: #872B3F; }
a { background-color: rgb(135,43,63); }
div.DivClassName
{
background-color: #872B3F;
}
.BgClassName
{
background-color: #872B3F;
}
</style>
border-color css
<style>
span { border-color: #872B3F; }
span { border-color: rgb(135,43,63); }
td.TdClassName
{
border-color: #872B3F;
}
.TagClassName
{
border-color: #872B3F;
}
</style>