Shades of Shiraz #8C253A
Tints of Shiraz #8C253A
RGB
CMYK
RGB Variations
Color information
#8C253A (or 0x8C253A) is known color: Shiraz. HEX triplet: 8C, 25 and 3A. RGB value is (140,37,58). Sum of RGB (Red+Green+Blue) = 140+37+58=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C253A is #73DAC5. Grayscale: #464646. Windows color (decimal): -7592646 or 3810700. OLE color: 3810700.
HSL color Cylindrical-coordinate representation of color #8C253A: hue angle of 347.77º 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 #8C253A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 58 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.45 |
| HSL | 347.77º | 0.58% | 0.35% | - |
| HSV(B) | 347.77º | 0.74% | 0.55% | - |
| XYZ | 12.24 | 7.2 | 4.75 | - |
| YUV | 70.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 58 | 0 | 0.74 | 0.59 | 0.45 | 347.77 | 0.58 | 0.35 |
| Hex | 8C | 25 | 3A | 0 | 4A | 3B | 2D | 15C | 3A | 23 |
| Octal | 214 | 45 | 72 | 0 | 112 | 73 | 55 | 534 | 72 | 43 |
| Binary | 10001100 | 100101 | 111010 | 0 | 1001010 | 111011 | 101101 | 101011100 | 111010 | 100011 |
Color Harmonies of #8C253A
Complementary color
Monochromatic Colors of #8C253A
Black with #8C253A
Text Example
Text Example
White with #8C253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C253A; }
p { color: rgb(140,37,58); }
H1.HeaderClassName
{
color: #8C253A;
}
.AnyTagClassName
{
color: #8C253A;
}
</style>
background-color css
<style>
a { background-color: #8C253A; }
a { background-color: rgb(140,37,58); }
div.DivClassName
{
background-color: #8C253A;
}
.BgClassName
{
background-color: #8C253A;
}
</style>
border-color css
<style>
span { border-color: #8C253A; }
span { border-color: rgb(140,37,58); }
td.TdClassName
{
border-color: #8C253A;
}
.TagClassName
{
border-color: #8C253A;
}
</style>