Shades of Shiraz #8F283F
Tints of Shiraz #8F283F
RGB
CMYK
RGB Variations
Color information
#8F283F (or 0x8F283F) is known color: Shiraz. HEX triplet: 8F, 28 and 3F. RGB value is (143,40,63). Sum of RGB (Red+Green+Blue) = 143+40+63=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F283F is #70D7C0. Grayscale: #494949. Windows color (decimal): -7395265 or 4139151. OLE color: 4139151.
HSL color Cylindrical-coordinate representation of color #8F283F: hue angle of 346.6º 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 #8F283F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 63 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.44 |
| HSL | 346.6º | 0.56% | 0.36% | - |
| HSV(B) | 346.6º | 0.72% | 0.56% | - |
| XYZ | 12.98 | 7.72 | 5.51 | - |
| YUV | 73.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 63 | 0 | 0.72 | 0.56 | 0.44 | 346.6 | 0.56 | 0.36 |
| Hex | 8F | 28 | 3F | 0 | 48 | 38 | 2C | 15B | 38 | 24 |
| Octal | 217 | 50 | 77 | 0 | 110 | 70 | 54 | 533 | 70 | 44 |
| Binary | 10001111 | 101000 | 111111 | 0 | 1001000 | 111000 | 101100 | 101011011 | 111000 | 100100 |
Color Harmonies of #8F283F
Complementary color
Monochromatic Colors of #8F283F
Black with #8F283F
Text Example
Text Example
White with #8F283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F283F; }
p { color: rgb(143,40,63); }
H1.HeaderClassName
{
color: #8F283F;
}
.AnyTagClassName
{
color: #8F283F;
}
</style>
background-color css
<style>
a { background-color: #8F283F; }
a { background-color: rgb(143,40,63); }
div.DivClassName
{
background-color: #8F283F;
}
.BgClassName
{
background-color: #8F283F;
}
</style>
border-color css
<style>
span { border-color: #8F283F; }
span { border-color: rgb(143,40,63); }
td.TdClassName
{
border-color: #8F283F;
}
.TagClassName
{
border-color: #8F283F;
}
</style>