Shades of Shiraz #8F273D
Tints of Shiraz #8F273D
RGB
CMYK
RGB Variations
Color information
#8F273D (or 0x8F273D) is known color: Shiraz. HEX triplet: 8F, 27 and 3D. RGB value is (143,39,61). Sum of RGB (Red+Green+Blue) = 143+39+61=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F273D is #70D8C2. Grayscale: #484848. Windows color (decimal): -7395523 or 4007823. OLE color: 4007823.
HSL color Cylindrical-coordinate representation of color #8F273D: hue angle of 347.31º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F273D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 39 | 61 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.44 |
| HSL | 347.31º | 0.57% | 0.36% | - |
| HSV(B) | 347.31º | 0.73% | 0.56% | - |
| XYZ | 12.9 | 7.63 | 5.21 | - |
| YUV | 72.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 61 | 0 | 0.73 | 0.57 | 0.44 | 347.31 | 0.57 | 0.36 |
| Hex | 8F | 27 | 3D | 0 | 49 | 39 | 2C | 15B | 39 | 24 |
| Octal | 217 | 47 | 75 | 0 | 111 | 71 | 54 | 533 | 71 | 44 |
| Binary | 10001111 | 100111 | 111101 | 0 | 1001001 | 111001 | 101100 | 101011011 | 111001 | 100100 |
Color Harmonies of #8F273D
Complementary color
Monochromatic Colors of #8F273D
Black with #8F273D
Text Example
Text Example
White with #8F273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F273D; }
p { color: rgb(143,39,61); }
H1.HeaderClassName
{
color: #8F273D;
}
.AnyTagClassName
{
color: #8F273D;
}
</style>
background-color css
<style>
a { background-color: #8F273D; }
a { background-color: rgb(143,39,61); }
div.DivClassName
{
background-color: #8F273D;
}
.BgClassName
{
background-color: #8F273D;
}
</style>
border-color css
<style>
span { border-color: #8F273D; }
span { border-color: rgb(143,39,61); }
td.TdClassName
{
border-color: #8F273D;
}
.TagClassName
{
border-color: #8F273D;
}
</style>