Shades of Shiraz #8C283D
Tints of Shiraz #8C283D
RGB
CMYK
RGB Variations
Color information
#8C283D (or 0x8C283D) is known color: Shiraz. HEX triplet: 8C, 28 and 3D. RGB value is (140,40,61). Sum of RGB (Red+Green+Blue) = 140+40+61=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C283D is #73D7C2. Grayscale: #484848. Windows color (decimal): -7591875 or 4008076. OLE color: 4008076.
HSL color Cylindrical-coordinate representation of color #8C283D: hue angle of 347.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C283D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 61 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.45 |
| HSL | 347.4º | 0.56% | 0.35% | - |
| HSV(B) | 347.4º | 0.71% | 0.55% | - |
| XYZ | 12.42 | 7.43 | 5.19 | - |
| YUV | 72.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 61 | 0 | 0.71 | 0.56 | 0.45 | 347.4 | 0.56 | 0.35 |
| Hex | 8C | 28 | 3D | 0 | 47 | 38 | 2D | 15B | 38 | 23 |
| Octal | 214 | 50 | 75 | 0 | 107 | 70 | 55 | 533 | 70 | 43 |
| Binary | 10001100 | 101000 | 111101 | 0 | 1000111 | 111000 | 101101 | 101011011 | 111000 | 100011 |
Color Harmonies of #8C283D
Complementary color
Monochromatic Colors of #8C283D
Black with #8C283D
Text Example
Text Example
White with #8C283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C283D; }
p { color: rgb(140,40,61); }
H1.HeaderClassName
{
color: #8C283D;
}
.AnyTagClassName
{
color: #8C283D;
}
</style>
background-color css
<style>
a { background-color: #8C283D; }
a { background-color: rgb(140,40,61); }
div.DivClassName
{
background-color: #8C283D;
}
.BgClassName
{
background-color: #8C283D;
}
</style>
border-color css
<style>
span { border-color: #8C283D; }
span { border-color: rgb(140,40,61); }
td.TdClassName
{
border-color: #8C283D;
}
.TagClassName
{
border-color: #8C283D;
}
</style>