Shades of Shiraz #851C3C
Tints of Shiraz #851C3C
RGB
CMYK
RGB Variations
Color information
#851C3C (or 0x851C3C) is known color: Shiraz. HEX triplet: 85, 1C and 3C. RGB value is (133,28,60). Sum of RGB (Red+Green+Blue) = 133+28+60=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #851C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C3C is #7AE3C3. Grayscale: #3F3F3F. Windows color (decimal): -8053700 or 3939461. OLE color: 3939461.
HSL color Cylindrical-coordinate representation of color #851C3C: hue angle of 341.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C3C is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 60 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.48 |
| HSL | 341.71º | 0.65% | 0.32% | - |
| HSV(B) | 341.71º | 0.79% | 0.52% | - |
| XYZ | 10.9 | 6.14 | 4.89 | - |
| YUV | 63.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 60 | 0 | 0.79 | 0.55 | 0.48 | 341.71 | 0.65 | 0.32 |
| Hex | 85 | 1C | 3C | 0 | 4F | 37 | 30 | 156 | 41 | 20 |
| Octal | 205 | 34 | 74 | 0 | 117 | 67 | 60 | 526 | 101 | 40 |
| Binary | 10000101 | 11100 | 111100 | 0 | 1001111 | 110111 | 110000 | 101010110 | 1000001 | 100000 |
Color Harmonies of #851C3C
Complementary color
Monochromatic Colors of #851C3C
Black with #851C3C
Text Example
Text Example
White with #851C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C3C; }
p { color: rgb(133,28,60); }
H1.HeaderClassName
{
color: #851C3C;
}
.AnyTagClassName
{
color: #851C3C;
}
</style>
background-color css
<style>
a { background-color: #851C3C; }
a { background-color: rgb(133,28,60); }
div.DivClassName
{
background-color: #851C3C;
}
.BgClassName
{
background-color: #851C3C;
}
</style>
border-color css
<style>
span { border-color: #851C3C; }
span { border-color: rgb(133,28,60); }
td.TdClassName
{
border-color: #851C3C;
}
.TagClassName
{
border-color: #851C3C;
}
</style>