Shades of Shiraz #851E3C
Tints of Shiraz #851E3C
RGB
CMYK
RGB Variations
Color information
#851E3C (or 0x851E3C) is known color: Shiraz. HEX triplet: 85, 1E and 3C. RGB value is (133,30,60). Sum of RGB (Red+Green+Blue) = 133+30+60=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #851E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851E3C is #7AE1C3. Grayscale: #404040. Windows color (decimal): -8053188 or 3939973. OLE color: 3939973.
HSL color Cylindrical-coordinate representation of color #851E3C: hue angle of 342.52º 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 #851E3C is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 60 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.48 |
| HSL | 342.52º | 0.63% | 0.32% | - |
| HSV(B) | 342.52º | 0.77% | 0.52% | - |
| XYZ | 10.95 | 6.24 | 4.9 | - |
| YUV | 64.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 60 | 0 | 0.77 | 0.55 | 0.48 | 342.52 | 0.63 | 0.32 |
| Hex | 85 | 1E | 3C | 0 | 4D | 37 | 30 | 157 | 3F | 20 |
| Octal | 205 | 36 | 74 | 0 | 115 | 67 | 60 | 527 | 77 | 40 |
| Binary | 10000101 | 11110 | 111100 | 0 | 1001101 | 110111 | 110000 | 101010111 | 111111 | 100000 |
Color Harmonies of #851E3C
Complementary color
Monochromatic Colors of #851E3C
Black with #851E3C
Text Example
Text Example
White with #851E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E3C; }
p { color: rgb(133,30,60); }
H1.HeaderClassName
{
color: #851E3C;
}
.AnyTagClassName
{
color: #851E3C;
}
</style>
background-color css
<style>
a { background-color: #851E3C; }
a { background-color: rgb(133,30,60); }
div.DivClassName
{
background-color: #851E3C;
}
.BgClassName
{
background-color: #851E3C;
}
</style>
border-color css
<style>
span { border-color: #851E3C; }
span { border-color: rgb(133,30,60); }
td.TdClassName
{
border-color: #851E3C;
}
.TagClassName
{
border-color: #851E3C;
}
</style>