Shades of Shiraz #851F3C
Tints of Shiraz #851F3C
RGB
CMYK
RGB Variations
Color information
#851F3C (or 0x851F3C) is known color: Shiraz. HEX triplet: 85, 1F and 3C. RGB value is (133,31,60). Sum of RGB (Red+Green+Blue) = 133+31+60=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #851F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F3C is #7AE0C3. Grayscale: #404040. Windows color (decimal): -8052932 or 3940229. OLE color: 3940229.
HSL color Cylindrical-coordinate representation of color #851F3C: hue angle of 342.94º degrees, saturation: 0.62, 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 #851F3C is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 31 | 60 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.48 |
| HSL | 342.94º | 0.62% | 0.32% | - |
| HSV(B) | 342.94º | 0.77% | 0.52% | - |
| XYZ | 10.98 | 6.29 | 4.91 | - |
| YUV | 64.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 60 | 0 | 0.77 | 0.55 | 0.48 | 342.94 | 0.62 | 0.32 |
| Hex | 85 | 1F | 3C | 0 | 4D | 37 | 30 | 157 | 3E | 20 |
| Octal | 205 | 37 | 74 | 0 | 115 | 67 | 60 | 527 | 76 | 40 |
| Binary | 10000101 | 11111 | 111100 | 0 | 1001101 | 110111 | 110000 | 101010111 | 111110 | 100000 |
Color Harmonies of #851F3C
Complementary color
Monochromatic Colors of #851F3C
Black with #851F3C
Text Example
Text Example
White with #851F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F3C; }
p { color: rgb(133,31,60); }
H1.HeaderClassName
{
color: #851F3C;
}
.AnyTagClassName
{
color: #851F3C;
}
</style>
background-color css
<style>
a { background-color: #851F3C; }
a { background-color: rgb(133,31,60); }
div.DivClassName
{
background-color: #851F3C;
}
.BgClassName
{
background-color: #851F3C;
}
</style>
border-color css
<style>
span { border-color: #851F3C; }
span { border-color: rgb(133,31,60); }
td.TdClassName
{
border-color: #851F3C;
}
.TagClassName
{
border-color: #851F3C;
}
</style>