Shades of Shiraz #851E3E
Tints of Shiraz #851E3E
RGB
CMYK
RGB Variations
Color information
#851E3E (or 0x851E3E) is known color: Shiraz. HEX triplet: 85, 1E and 3E. RGB value is (133,30,62). Sum of RGB (Red+Green+Blue) = 133+30+62=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #851E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851E3E is #7AE1C1. Grayscale: #404040. Windows color (decimal): -8053186 or 4071045. OLE color: 4071045.
HSL color Cylindrical-coordinate representation of color #851E3E: hue angle of 341.36º 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 #851E3E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 62 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.48 |
| HSL | 341.36º | 0.63% | 0.32% | - |
| HSV(B) | 341.36º | 0.77% | 0.52% | - |
| XYZ | 11.01 | 6.26 | 5.19 | - |
| YUV | 64.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 62 | 0 | 0.77 | 0.53 | 0.48 | 341.36 | 0.63 | 0.32 |
| Hex | 85 | 1E | 3E | 0 | 4D | 35 | 30 | 155 | 3F | 20 |
| Octal | 205 | 36 | 76 | 0 | 115 | 65 | 60 | 525 | 77 | 40 |
| Binary | 10000101 | 11110 | 111110 | 0 | 1001101 | 110101 | 110000 | 101010101 | 111111 | 100000 |
Color Harmonies of #851E3E
Complementary color
Monochromatic Colors of #851E3E
Black with #851E3E
Text Example
Text Example
White with #851E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E3E; }
p { color: rgb(133,30,62); }
H1.HeaderClassName
{
color: #851E3E;
}
.AnyTagClassName
{
color: #851E3E;
}
</style>
background-color css
<style>
a { background-color: #851E3E; }
a { background-color: rgb(133,30,62); }
div.DivClassName
{
background-color: #851E3E;
}
.BgClassName
{
background-color: #851E3E;
}
</style>
border-color css
<style>
span { border-color: #851E3E; }
span { border-color: rgb(133,30,62); }
td.TdClassName
{
border-color: #851E3E;
}
.TagClassName
{
border-color: #851E3E;
}
</style>