Shades of Shiraz #8D283F
Tints of Shiraz #8D283F
RGB
CMYK
RGB Variations
Color information
#8D283F (or 0x8D283F) is known color: Shiraz. HEX triplet: 8D, 28 and 3F. RGB value is (141,40,63). Sum of RGB (Red+Green+Blue) = 141+40+63=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D283F is #72D7C0. Grayscale: #484848. Windows color (decimal): -7526337 or 4139149. OLE color: 4139149.
HSL color Cylindrical-coordinate representation of color #8D283F: hue angle of 346.34º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D283F is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 63 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.45 |
| HSL | 346.34º | 0.56% | 0.35% | - |
| HSV(B) | 346.34º | 0.72% | 0.55% | - |
| XYZ | 12.64 | 7.54 | 5.49 | - |
| YUV | 72.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 63 | 0 | 0.72 | 0.55 | 0.45 | 346.34 | 0.56 | 0.35 |
| Hex | 8D | 28 | 3F | 0 | 48 | 37 | 2D | 15A | 38 | 23 |
| Octal | 215 | 50 | 77 | 0 | 110 | 67 | 55 | 532 | 70 | 43 |
| Binary | 10001101 | 101000 | 111111 | 0 | 1001000 | 110111 | 101101 | 101011010 | 111000 | 100011 |
Color Harmonies of #8D283F
Complementary color
Monochromatic Colors of #8D283F
Black with #8D283F
Text Example
Text Example
White with #8D283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D283F; }
p { color: rgb(141,40,63); }
H1.HeaderClassName
{
color: #8D283F;
}
.AnyTagClassName
{
color: #8D283F;
}
</style>
background-color css
<style>
a { background-color: #8D283F; }
a { background-color: rgb(141,40,63); }
div.DivClassName
{
background-color: #8D283F;
}
.BgClassName
{
background-color: #8D283F;
}
</style>
border-color css
<style>
span { border-color: #8D283F; }
span { border-color: rgb(141,40,63); }
td.TdClassName
{
border-color: #8D283F;
}
.TagClassName
{
border-color: #8D283F;
}
</style>