Shades of Shiraz #851A3E
Tints of Shiraz #851A3E
RGB
CMYK
RGB Variations
Color information
#851A3E (or 0x851A3E) is known color: Shiraz. HEX triplet: 85, 1A and 3E. RGB value is (133,26,62). Sum of RGB (Red+Green+Blue) = 133+26+62=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #851A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A3E is #7AE5C1. Grayscale: #3E3E3E. Windows color (decimal): -8054210 or 4070021. OLE color: 4070021.
HSL color Cylindrical-coordinate representation of color #851A3E: hue angle of 339.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A3E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 62 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.48 |
| HSL | 339.81º | 0.67% | 0.31% | - |
| HSV(B) | 339.81º | 0.8% | 0.52% | - |
| XYZ | 10.91 | 6.07 | 5.15 | - |
| YUV | 62.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 62 | 0 | 0.80 | 0.53 | 0.48 | 339.81 | 0.67 | 0.31 |
| Hex | 85 | 1A | 3E | 0 | 50 | 35 | 30 | 154 | 43 | 1F |
| Octal | 205 | 32 | 76 | 0 | 120 | 65 | 60 | 524 | 103 | 37 |
| Binary | 10000101 | 11010 | 111110 | 0 | 1010000 | 110101 | 110000 | 101010100 | 1000011 | 11111 |
Color Harmonies of #851A3E
Complementary color
Monochromatic Colors of #851A3E
Black with #851A3E
Text Example
Text Example
White with #851A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A3E; }
p { color: rgb(133,26,62); }
H1.HeaderClassName
{
color: #851A3E;
}
.AnyTagClassName
{
color: #851A3E;
}
</style>
background-color css
<style>
a { background-color: #851A3E; }
a { background-color: rgb(133,26,62); }
div.DivClassName
{
background-color: #851A3E;
}
.BgClassName
{
background-color: #851A3E;
}
</style>
border-color css
<style>
span { border-color: #851A3E; }
span { border-color: rgb(133,26,62); }
td.TdClassName
{
border-color: #851A3E;
}
.TagClassName
{
border-color: #851A3E;
}
</style>