Shades of Shiraz #8F283D
Tints of Shiraz #8F283D
RGB
CMYK
RGB Variations
Color information
#8F283D (or 0x8F283D) is known color: Shiraz. HEX triplet: 8F, 28 and 3D. RGB value is (143,40,61). Sum of RGB (Red+Green+Blue) = 143+40+61=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F283D is #70D7C2. Grayscale: #494949. Windows color (decimal): -7395267 or 4008079. OLE color: 4008079.
HSL color Cylindrical-coordinate representation of color #8F283D: hue angle of 347.77º 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 #8F283D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 61 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.44 |
| HSL | 347.77º | 0.56% | 0.36% | - |
| HSV(B) | 347.77º | 0.72% | 0.56% | - |
| XYZ | 12.93 | 7.69 | 5.22 | - |
| YUV | 73.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 61 | 0 | 0.72 | 0.57 | 0.44 | 347.77 | 0.56 | 0.36 |
| Hex | 8F | 28 | 3D | 0 | 48 | 39 | 2C | 15C | 38 | 24 |
| Octal | 217 | 50 | 75 | 0 | 110 | 71 | 54 | 534 | 70 | 44 |
| Binary | 10001111 | 101000 | 111101 | 0 | 1001000 | 111001 | 101100 | 101011100 | 111000 | 100100 |
Color Harmonies of #8F283D
Complementary color
Monochromatic Colors of #8F283D
Black with #8F283D
Text Example
Text Example
White with #8F283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F283D; }
p { color: rgb(143,40,61); }
H1.HeaderClassName
{
color: #8F283D;
}
.AnyTagClassName
{
color: #8F283D;
}
</style>
background-color css
<style>
a { background-color: #8F283D; }
a { background-color: rgb(143,40,61); }
div.DivClassName
{
background-color: #8F283D;
}
.BgClassName
{
background-color: #8F283D;
}
</style>
border-color css
<style>
span { border-color: #8F283D; }
span { border-color: rgb(143,40,61); }
td.TdClassName
{
border-color: #8F283D;
}
.TagClassName
{
border-color: #8F283D;
}
</style>