Shades of Shiraz #841A3C
Tints of Shiraz #841A3C
RGB
CMYK
RGB Variations
Color information
#841A3C (or 0x841A3C) is known color: Shiraz. HEX triplet: 84, 1A and 3C. RGB value is (132,26,60). Sum of RGB (Red+Green+Blue) = 132+26+60=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #841A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A3C is #7BE5C3. Grayscale: #3D3D3D. Windows color (decimal): -8119748 or 3938948. OLE color: 3938948.
HSL color Cylindrical-coordinate representation of color #841A3C: hue angle of 340.75º 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 #841A3C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 60 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.48 |
| HSL | 340.75º | 0.67% | 0.31% | - |
| HSV(B) | 340.75º | 0.8% | 0.52% | - |
| XYZ | 10.7 | 5.97 | 4.86 | - |
| YUV | 61.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 60 | 0 | 0.80 | 0.55 | 0.48 | 340.75 | 0.67 | 0.31 |
| Hex | 84 | 1A | 3C | 0 | 50 | 37 | 30 | 155 | 43 | 1F |
| Octal | 204 | 32 | 74 | 0 | 120 | 67 | 60 | 525 | 103 | 37 |
| Binary | 10000100 | 11010 | 111100 | 0 | 1010000 | 110111 | 110000 | 101010101 | 1000011 | 11111 |
Color Harmonies of #841A3C
Complementary color
Monochromatic Colors of #841A3C
Black with #841A3C
Text Example
Text Example
White with #841A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A3C; }
p { color: rgb(132,26,60); }
H1.HeaderClassName
{
color: #841A3C;
}
.AnyTagClassName
{
color: #841A3C;
}
</style>
background-color css
<style>
a { background-color: #841A3C; }
a { background-color: rgb(132,26,60); }
div.DivClassName
{
background-color: #841A3C;
}
.BgClassName
{
background-color: #841A3C;
}
</style>
border-color css
<style>
span { border-color: #841A3C; }
span { border-color: rgb(132,26,60); }
td.TdClassName
{
border-color: #841A3C;
}
.TagClassName
{
border-color: #841A3C;
}
</style>