Shades of Shiraz #8F253B
Tints of Shiraz #8F253B
RGB
CMYK
RGB Variations
Color information
#8F253B (or 0x8F253B) is known color: Shiraz. HEX triplet: 8F, 25 and 3B. RGB value is (143,37,59). Sum of RGB (Red+Green+Blue) = 143+37+59=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F253B is #70DAC4. Grayscale: #474747. Windows color (decimal): -7396037 or 3876239. OLE color: 3876239.
HSL color Cylindrical-coordinate representation of color #8F253B: hue angle of 347.55º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F253B is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 59 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.44 |
| HSL | 347.55º | 0.59% | 0.35% | - |
| HSV(B) | 347.55º | 0.74% | 0.56% | - |
| XYZ | 12.78 | 7.48 | 4.91 | - |
| YUV | 71.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 59 | 0 | 0.74 | 0.59 | 0.44 | 347.55 | 0.59 | 0.35 |
| Hex | 8F | 25 | 3B | 0 | 4A | 3B | 2C | 15C | 3B | 23 |
| Octal | 217 | 45 | 73 | 0 | 112 | 73 | 54 | 534 | 73 | 43 |
| Binary | 10001111 | 100101 | 111011 | 0 | 1001010 | 111011 | 101100 | 101011100 | 111011 | 100011 |
Color Harmonies of #8F253B
Complementary color
Monochromatic Colors of #8F253B
Black with #8F253B
Text Example
Text Example
White with #8F253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F253B; }
p { color: rgb(143,37,59); }
H1.HeaderClassName
{
color: #8F253B;
}
.AnyTagClassName
{
color: #8F253B;
}
</style>
background-color css
<style>
a { background-color: #8F253B; }
a { background-color: rgb(143,37,59); }
div.DivClassName
{
background-color: #8F253B;
}
.BgClassName
{
background-color: #8F253B;
}
</style>
border-color css
<style>
span { border-color: #8F253B; }
span { border-color: rgb(143,37,59); }
td.TdClassName
{
border-color: #8F253B;
}
.TagClassName
{
border-color: #8F253B;
}
</style>