Shades of Shiraz #8F263F
Tints of Shiraz #8F263F
RGB
CMYK
RGB Variations
Color information
#8F263F (or 0x8F263F) is known color: Shiraz. HEX triplet: 8F, 26 and 3F. RGB value is (143,38,63). Sum of RGB (Red+Green+Blue) = 143+38+63=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F263F is #70D9C0. Grayscale: #484848. Windows color (decimal): -7395777 or 4138639. OLE color: 4138639.
HSL color Cylindrical-coordinate representation of color #8F263F: hue angle of 345.71º 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 #8F263F is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 63 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.44 |
| HSL | 345.71º | 0.58% | 0.35% | - |
| HSV(B) | 345.71º | 0.73% | 0.56% | - |
| XYZ | 12.92 | 7.58 | 5.49 | - |
| YUV | 72.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 63 | 0 | 0.73 | 0.56 | 0.44 | 345.71 | 0.58 | 0.35 |
| Hex | 8F | 26 | 3F | 0 | 49 | 38 | 2C | 15A | 3A | 23 |
| Octal | 217 | 46 | 77 | 0 | 111 | 70 | 54 | 532 | 72 | 43 |
| Binary | 10001111 | 100110 | 111111 | 0 | 1001001 | 111000 | 101100 | 101011010 | 111010 | 100011 |
Color Harmonies of #8F263F
Complementary color
Monochromatic Colors of #8F263F
Black with #8F263F
Text Example
Text Example
White with #8F263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F263F; }
p { color: rgb(143,38,63); }
H1.HeaderClassName
{
color: #8F263F;
}
.AnyTagClassName
{
color: #8F263F;
}
</style>
background-color css
<style>
a { background-color: #8F263F; }
a { background-color: rgb(143,38,63); }
div.DivClassName
{
background-color: #8F263F;
}
.BgClassName
{
background-color: #8F263F;
}
</style>
border-color css
<style>
span { border-color: #8F263F; }
span { border-color: rgb(143,38,63); }
td.TdClassName
{
border-color: #8F263F;
}
.TagClassName
{
border-color: #8F263F;
}
</style>