Shades of Shiraz #851A3C
Tints of Shiraz #851A3C
RGB
CMYK
RGB Variations
Color information
#851A3C (or 0x851A3C) is known color: Shiraz. HEX triplet: 85, 1A and 3C. RGB value is (133,26,60). Sum of RGB (Red+Green+Blue) = 133+26+60=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #851A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A3C is #7AE5C3. Grayscale: #3D3D3D. Windows color (decimal): -8054212 or 3938949. OLE color: 3938949.
HSL color Cylindrical-coordinate representation of color #851A3C: hue angle of 340.93º 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 #851A3C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 60 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.48 |
| HSL | 340.93º | 0.67% | 0.31% | - |
| HSV(B) | 340.93º | 0.8% | 0.52% | - |
| XYZ | 10.86 | 6.05 | 4.87 | - |
| YUV | 61.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 60 | 0 | 0.80 | 0.55 | 0.48 | 340.93 | 0.67 | 0.31 |
| Hex | 85 | 1A | 3C | 0 | 50 | 37 | 30 | 155 | 43 | 1F |
| Octal | 205 | 32 | 74 | 0 | 120 | 67 | 60 | 525 | 103 | 37 |
| Binary | 10000101 | 11010 | 111100 | 0 | 1010000 | 110111 | 110000 | 101010101 | 1000011 | 11111 |
Color Harmonies of #851A3C
Complementary color
Monochromatic Colors of #851A3C
Black with #851A3C
Text Example
Text Example
White with #851A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A3C; }
p { color: rgb(133,26,60); }
H1.HeaderClassName
{
color: #851A3C;
}
.AnyTagClassName
{
color: #851A3C;
}
</style>
background-color css
<style>
a { background-color: #851A3C; }
a { background-color: rgb(133,26,60); }
div.DivClassName
{
background-color: #851A3C;
}
.BgClassName
{
background-color: #851A3C;
}
</style>
border-color css
<style>
span { border-color: #851A3C; }
span { border-color: rgb(133,26,60); }
td.TdClassName
{
border-color: #851A3C;
}
.TagClassName
{
border-color: #851A3C;
}
</style>