Shades of Shiraz #8F233B
Tints of Shiraz #8F233B
RGB
CMYK
RGB Variations
Color information
#8F233B (or 0x8F233B) is known color: Shiraz. HEX triplet: 8F, 23 and 3B. RGB value is (143,35,59). Sum of RGB (Red+Green+Blue) = 143+35+59=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F233B is #70DCC4. Grayscale: #464646. Windows color (decimal): -7396549 or 3875727. OLE color: 3875727.
HSL color Cylindrical-coordinate representation of color #8F233B: hue angle of 346.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F233B is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 59 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.44 |
| HSL | 346.67º | 0.61% | 0.35% | - |
| HSV(B) | 346.67º | 0.76% | 0.56% | - |
| XYZ | 12.72 | 7.36 | 4.89 | - |
| YUV | 70.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 59 | 0 | 0.76 | 0.59 | 0.44 | 346.67 | 0.61 | 0.35 |
| Hex | 8F | 23 | 3B | 0 | 4C | 3B | 2C | 15B | 3D | 23 |
| Octal | 217 | 43 | 73 | 0 | 114 | 73 | 54 | 533 | 75 | 43 |
| Binary | 10001111 | 100011 | 111011 | 0 | 1001100 | 111011 | 101100 | 101011011 | 111101 | 100011 |
Color Harmonies of #8F233B
Complementary color
Monochromatic Colors of #8F233B
Black with #8F233B
Text Example
Text Example
White with #8F233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F233B; }
p { color: rgb(143,35,59); }
H1.HeaderClassName
{
color: #8F233B;
}
.AnyTagClassName
{
color: #8F233B;
}
</style>
background-color css
<style>
a { background-color: #8F233B; }
a { background-color: rgb(143,35,59); }
div.DivClassName
{
background-color: #8F233B;
}
.BgClassName
{
background-color: #8F233B;
}
</style>
border-color css
<style>
span { border-color: #8F233B; }
span { border-color: rgb(143,35,59); }
td.TdClassName
{
border-color: #8F233B;
}
.TagClassName
{
border-color: #8F233B;
}
</style>