Shades of Shiraz #8C253F
Tints of Shiraz #8C253F
RGB
CMYK
RGB Variations
Color information
#8C253F (or 0x8C253F) is known color: Shiraz. HEX triplet: 8C, 25 and 3F. RGB value is (140,37,63). Sum of RGB (Red+Green+Blue) = 140+37+63=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C253F is #73DAC0. Grayscale: #464646. Windows color (decimal): -7592641 or 4138380. OLE color: 4138380.
HSL color Cylindrical-coordinate representation of color #8C253F: hue angle of 344.85º 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 #8C253F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 63 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.45 |
| HSL | 344.85º | 0.58% | 0.35% | - |
| HSV(B) | 344.85º | 0.74% | 0.55% | - |
| XYZ | 12.37 | 7.26 | 5.45 | - |
| YUV | 70.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 63 | 0 | 0.74 | 0.55 | 0.45 | 344.85 | 0.58 | 0.35 |
| Hex | 8C | 25 | 3F | 0 | 4A | 37 | 2D | 159 | 3A | 23 |
| Octal | 214 | 45 | 77 | 0 | 112 | 67 | 55 | 531 | 72 | 43 |
| Binary | 10001100 | 100101 | 111111 | 0 | 1001010 | 110111 | 101101 | 101011001 | 111010 | 100011 |
Color Harmonies of #8C253F
Complementary color
Monochromatic Colors of #8C253F
Black with #8C253F
Text Example
Text Example
White with #8C253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C253F; }
p { color: rgb(140,37,63); }
H1.HeaderClassName
{
color: #8C253F;
}
.AnyTagClassName
{
color: #8C253F;
}
</style>
background-color css
<style>
a { background-color: #8C253F; }
a { background-color: rgb(140,37,63); }
div.DivClassName
{
background-color: #8C253F;
}
.BgClassName
{
background-color: #8C253F;
}
</style>
border-color css
<style>
span { border-color: #8C253F; }
span { border-color: rgb(140,37,63); }
td.TdClassName
{
border-color: #8C253F;
}
.TagClassName
{
border-color: #8C253F;
}
</style>