Shades of Shiraz #8C2534
Tints of Shiraz #8C2534
RGB
CMYK
RGB Variations
Color information
#8C2534 (or 0x8C2534) is known color: Shiraz. HEX triplet: 8C, 25 and 34. RGB value is (140,37,52). Sum of RGB (Red+Green+Blue) = 140+37+52=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2534 is #73DACB. Grayscale: #454545. Windows color (decimal): -7592652 or 3417484. OLE color: 3417484.
HSL color Cylindrical-coordinate representation of color #8C2534: hue angle of 351.26º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2534 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 52 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.45 |
| HSL | 351.26º | 0.58% | 0.35% | - |
| HSV(B) | 351.26º | 0.74% | 0.55% | - |
| XYZ | 12.1 | 7.15 | 3.99 | - |
| YUV | 69.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 52 | 0 | 0.74 | 0.63 | 0.45 | 351.26 | 0.58 | 0.35 |
| Hex | 8C | 25 | 34 | 0 | 4A | 3F | 2D | 15F | 3A | 23 |
| Octal | 214 | 45 | 64 | 0 | 112 | 77 | 55 | 537 | 72 | 43 |
| Binary | 10001100 | 100101 | 110100 | 0 | 1001010 | 111111 | 101101 | 101011111 | 111010 | 100011 |
Color Harmonies of #8C2534
Complementary color
Monochromatic Colors of #8C2534
Black with #8C2534
Text Example
Text Example
White with #8C2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2534; }
p { color: rgb(140,37,52); }
H1.HeaderClassName
{
color: #8C2534;
}
.AnyTagClassName
{
color: #8C2534;
}
</style>
background-color css
<style>
a { background-color: #8C2534; }
a { background-color: rgb(140,37,52); }
div.DivClassName
{
background-color: #8C2534;
}
.BgClassName
{
background-color: #8C2534;
}
</style>
border-color css
<style>
span { border-color: #8C2534; }
span { border-color: rgb(140,37,52); }
td.TdClassName
{
border-color: #8C2534;
}
.TagClassName
{
border-color: #8C2534;
}
</style>