Shades of Shiraz #8F243B
Tints of Shiraz #8F243B
RGB
CMYK
RGB Variations
Color information
#8F243B (or 0x8F243B) is known color: Shiraz. HEX triplet: 8F, 24 and 3B. RGB value is (143,36,59). Sum of RGB (Red+Green+Blue) = 143+36+59=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F243B is #70DBC4. Grayscale: #464646. Windows color (decimal): -7396293 or 3875983. OLE color: 3875983.
HSL color Cylindrical-coordinate representation of color #8F243B: hue angle of 347.1º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F243B is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 59 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.44 |
| HSL | 347.1º | 0.6% | 0.35% | - |
| HSV(B) | 347.1º | 0.75% | 0.56% | - |
| XYZ | 12.75 | 7.42 | 4.9 | - |
| YUV | 70.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 59 | 0 | 0.75 | 0.59 | 0.44 | 347.1 | 0.6 | 0.35 |
| Hex | 8F | 24 | 3B | 0 | 4B | 3B | 2C | 15B | 3C | 23 |
| Octal | 217 | 44 | 73 | 0 | 113 | 73 | 54 | 533 | 74 | 43 |
| Binary | 10001111 | 100100 | 111011 | 0 | 1001011 | 111011 | 101100 | 101011011 | 111100 | 100011 |
Color Harmonies of #8F243B
Complementary color
Monochromatic Colors of #8F243B
Black with #8F243B
Text Example
Text Example
White with #8F243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F243B; }
p { color: rgb(143,36,59); }
H1.HeaderClassName
{
color: #8F243B;
}
.AnyTagClassName
{
color: #8F243B;
}
</style>
background-color css
<style>
a { background-color: #8F243B; }
a { background-color: rgb(143,36,59); }
div.DivClassName
{
background-color: #8F243B;
}
.BgClassName
{
background-color: #8F243B;
}
</style>
border-color css
<style>
span { border-color: #8F243B; }
span { border-color: rgb(143,36,59); }
td.TdClassName
{
border-color: #8F243B;
}
.TagClassName
{
border-color: #8F243B;
}
</style>