Shades of Shiraz #8E283F
Tints of Shiraz #8E283F
RGB
CMYK
RGB Variations
Color information
#8E283F (or 0x8E283F) is known color: Shiraz. HEX triplet: 8E, 28 and 3F. RGB value is (142,40,63). Sum of RGB (Red+Green+Blue) = 142+40+63=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E283F is #71D7C0. Grayscale: #494949. Windows color (decimal): -7460801 or 4139150. OLE color: 4139150.
HSL color Cylindrical-coordinate representation of color #8E283F: hue angle of 346.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E283F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 63 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.44 |
| HSL | 346.47º | 0.56% | 0.36% | - |
| HSV(B) | 346.47º | 0.72% | 0.56% | - |
| XYZ | 12.81 | 7.63 | 5.5 | - |
| YUV | 73.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 63 | 0 | 0.72 | 0.56 | 0.44 | 346.47 | 0.56 | 0.36 |
| Hex | 8E | 28 | 3F | 0 | 48 | 38 | 2C | 15A | 38 | 24 |
| Octal | 216 | 50 | 77 | 0 | 110 | 70 | 54 | 532 | 70 | 44 |
| Binary | 10001110 | 101000 | 111111 | 0 | 1001000 | 111000 | 101100 | 101011010 | 111000 | 100100 |
Color Harmonies of #8E283F
Complementary color
Monochromatic Colors of #8E283F
Black with #8E283F
Text Example
Text Example
White with #8E283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E283F; }
p { color: rgb(142,40,63); }
H1.HeaderClassName
{
color: #8E283F;
}
.AnyTagClassName
{
color: #8E283F;
}
</style>
background-color css
<style>
a { background-color: #8E283F; }
a { background-color: rgb(142,40,63); }
div.DivClassName
{
background-color: #8E283F;
}
.BgClassName
{
background-color: #8E283F;
}
</style>
border-color css
<style>
span { border-color: #8E283F; }
span { border-color: rgb(142,40,63); }
td.TdClassName
{
border-color: #8E283F;
}
.TagClassName
{
border-color: #8E283F;
}
</style>