Shades of Shiraz #8F263A
Tints of Shiraz #8F263A
RGB
CMYK
RGB Variations
Color information
#8F263A (or 0x8F263A) is known color: Shiraz. HEX triplet: 8F, 26 and 3A. RGB value is (143,38,58). Sum of RGB (Red+Green+Blue) = 143+38+58=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F263A is #70D9C5. Grayscale: #474747. Windows color (decimal): -7395782 or 3810959. OLE color: 3810959.
HSL color Cylindrical-coordinate representation of color #8F263A: hue angle of 348.57º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F263A is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 58 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.44 |
| HSL | 348.57º | 0.58% | 0.35% | - |
| HSV(B) | 348.57º | 0.73% | 0.56% | - |
| XYZ | 12.78 | 7.53 | 4.78 | - |
| YUV | 71.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 58 | 0 | 0.73 | 0.59 | 0.44 | 348.57 | 0.58 | 0.35 |
| Hex | 8F | 26 | 3A | 0 | 49 | 3B | 2C | 15D | 3A | 23 |
| Octal | 217 | 46 | 72 | 0 | 111 | 73 | 54 | 535 | 72 | 43 |
| Binary | 10001111 | 100110 | 111010 | 0 | 1001001 | 111011 | 101100 | 101011101 | 111010 | 100011 |
Color Harmonies of #8F263A
Complementary color
Monochromatic Colors of #8F263A
Black with #8F263A
Text Example
Text Example
White with #8F263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F263A; }
p { color: rgb(143,38,58); }
H1.HeaderClassName
{
color: #8F263A;
}
.AnyTagClassName
{
color: #8F263A;
}
</style>
background-color css
<style>
a { background-color: #8F263A; }
a { background-color: rgb(143,38,58); }
div.DivClassName
{
background-color: #8F263A;
}
.BgClassName
{
background-color: #8F263A;
}
</style>
border-color css
<style>
span { border-color: #8F263A; }
span { border-color: rgb(143,38,58); }
td.TdClassName
{
border-color: #8F263A;
}
.TagClassName
{
border-color: #8F263A;
}
</style>