Shades of Shiraz #851E3A
Tints of Shiraz #851E3A
RGB
CMYK
RGB Variations
Color information
#851E3A (or 0x851E3A) is known color: Shiraz. HEX triplet: 85, 1E and 3A. RGB value is (133,30,58). Sum of RGB (Red+Green+Blue) = 133+30+58=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #851E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851E3A is #7AE1C5. Grayscale: #3F3F3F. Windows color (decimal): -8053190 or 3808901. OLE color: 3808901.
HSL color Cylindrical-coordinate representation of color #851E3A: hue angle of 343.69º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E3A is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 58 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.48 |
| HSL | 343.69º | 0.63% | 0.32% | - |
| HSV(B) | 343.69º | 0.77% | 0.52% | - |
| XYZ | 10.9 | 6.22 | 4.63 | - |
| YUV | 63.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 58 | 0 | 0.77 | 0.56 | 0.48 | 343.69 | 0.63 | 0.32 |
| Hex | 85 | 1E | 3A | 0 | 4D | 38 | 30 | 158 | 3F | 20 |
| Octal | 205 | 36 | 72 | 0 | 115 | 70 | 60 | 530 | 77 | 40 |
| Binary | 10000101 | 11110 | 111010 | 0 | 1001101 | 111000 | 110000 | 101011000 | 111111 | 100000 |
Color Harmonies of #851E3A
Complementary color
Monochromatic Colors of #851E3A
Black with #851E3A
Text Example
Text Example
White with #851E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E3A; }
p { color: rgb(133,30,58); }
H1.HeaderClassName
{
color: #851E3A;
}
.AnyTagClassName
{
color: #851E3A;
}
</style>
background-color css
<style>
a { background-color: #851E3A; }
a { background-color: rgb(133,30,58); }
div.DivClassName
{
background-color: #851E3A;
}
.BgClassName
{
background-color: #851E3A;
}
</style>
border-color css
<style>
span { border-color: #851E3A; }
span { border-color: rgb(133,30,58); }
td.TdClassName
{
border-color: #851E3A;
}
.TagClassName
{
border-color: #851E3A;
}
</style>