Shades of Shiraz #8C1B34
Tints of Shiraz #8C1B34
RGB
CMYK
RGB Variations
Color information
#8C1B34 (or 0x8C1B34) is known color: Shiraz. HEX triplet: 8C, 1B and 34. RGB value is (140,27,52). Sum of RGB (Red+Green+Blue) = 140+27+52=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B34 is #73E4CB. Grayscale: #3F3F3F. Windows color (decimal): -7595212 or 3414924. OLE color: 3414924.
HSL color Cylindrical-coordinate representation of color #8C1B34: hue angle of 346.73º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B34 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 27 | 52 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.45 |
| HSL | 346.73º | 0.68% | 0.33% | - |
| HSV(B) | 346.73º | 0.81% | 0.55% | - |
| XYZ | 11.83 | 6.61 | 3.9 | - |
| YUV | 63.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 52 | 0 | 0.81 | 0.63 | 0.45 | 346.73 | 0.68 | 0.33 |
| Hex | 8C | 1B | 34 | 0 | 51 | 3F | 2D | 15B | 44 | 21 |
| Octal | 214 | 33 | 64 | 0 | 121 | 77 | 55 | 533 | 104 | 41 |
| Binary | 10001100 | 11011 | 110100 | 0 | 1010001 | 111111 | 101101 | 101011011 | 1000100 | 100001 |
Color Harmonies of #8C1B34
Complementary color
Monochromatic Colors of #8C1B34
Black with #8C1B34
Text Example
Text Example
White with #8C1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B34; }
p { color: rgb(140,27,52); }
H1.HeaderClassName
{
color: #8C1B34;
}
.AnyTagClassName
{
color: #8C1B34;
}
</style>
background-color css
<style>
a { background-color: #8C1B34; }
a { background-color: rgb(140,27,52); }
div.DivClassName
{
background-color: #8C1B34;
}
.BgClassName
{
background-color: #8C1B34;
}
</style>
border-color css
<style>
span { border-color: #8C1B34; }
span { border-color: rgb(140,27,52); }
td.TdClassName
{
border-color: #8C1B34;
}
.TagClassName
{
border-color: #8C1B34;
}
</style>