Shades of Shiraz #8F2237
Tints of Shiraz #8F2237
RGB
CMYK
RGB Variations
Color information
#8F2237 (or 0x8F2237) is known color: Shiraz. HEX triplet: 8F, 22 and 37. RGB value is (143,34,55). Sum of RGB (Red+Green+Blue) = 143+34+55=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2237 is #70DDC8. Grayscale: #454545. Windows color (decimal): -7396809 or 3613327. OLE color: 3613327.
HSL color Cylindrical-coordinate representation of color #8F2237: hue angle of 348.44º degrees, saturation: 0.62, 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 #8F2237 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 55 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.44 |
| HSL | 348.44º | 0.62% | 0.35% | - |
| HSV(B) | 348.44º | 0.76% | 0.56% | - |
| XYZ | 12.59 | 7.26 | 4.35 | - |
| YUV | 68.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 55 | 0 | 0.76 | 0.62 | 0.44 | 348.44 | 0.62 | 0.35 |
| Hex | 8F | 22 | 37 | 0 | 4C | 3E | 2C | 15C | 3E | 23 |
| Octal | 217 | 42 | 67 | 0 | 114 | 76 | 54 | 534 | 76 | 43 |
| Binary | 10001111 | 100010 | 110111 | 0 | 1001100 | 111110 | 101100 | 101011100 | 111110 | 100011 |
Color Harmonies of #8F2237
Complementary color
Monochromatic Colors of #8F2237
Black with #8F2237
Text Example
Text Example
White with #8F2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2237; }
p { color: rgb(143,34,55); }
H1.HeaderClassName
{
color: #8F2237;
}
.AnyTagClassName
{
color: #8F2237;
}
</style>
background-color css
<style>
a { background-color: #8F2237; }
a { background-color: rgb(143,34,55); }
div.DivClassName
{
background-color: #8F2237;
}
.BgClassName
{
background-color: #8F2237;
}
</style>
border-color css
<style>
span { border-color: #8F2237; }
span { border-color: rgb(143,34,55); }
td.TdClassName
{
border-color: #8F2237;
}
.TagClassName
{
border-color: #8F2237;
}
</style>