Shades of Shiraz #8F1A30
Tints of Shiraz #8F1A30
RGB
CMYK
RGB Variations
Color information
#8F1A30 (or 0x8F1A30) is known color: Shiraz. HEX triplet: 8F, 1A and 30. RGB value is (143,26,48). Sum of RGB (Red+Green+Blue) = 143+26+48=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1A30 is #70E5CF. Grayscale: #3F3F3F. Windows color (decimal): -7398864 or 3152527. OLE color: 3152527.
HSL color Cylindrical-coordinate representation of color #8F1A30: hue angle of 348.72º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A30 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 26 | 48 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.44 |
| HSL | 348.72º | 0.69% | 0.33% | - |
| HSV(B) | 348.72º | 0.82% | 0.56% | - |
| XYZ | 12.23 | 6.79 | 3.46 | - |
| YUV | 63.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 26 | 48 | 0 | 0.82 | 0.66 | 0.44 | 348.72 | 0.69 | 0.33 |
| Hex | 8F | 1A | 30 | 0 | 52 | 42 | 2C | 15D | 45 | 21 |
| Octal | 217 | 32 | 60 | 0 | 122 | 102 | 54 | 535 | 105 | 41 |
| Binary | 10001111 | 11010 | 110000 | 0 | 1010010 | 1000010 | 101100 | 101011101 | 1000101 | 100001 |
Color Harmonies of #8F1A30
Complementary color
Monochromatic Colors of #8F1A30
Black with #8F1A30
Text Example
Text Example
White with #8F1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1A30; }
p { color: rgb(143,26,48); }
H1.HeaderClassName
{
color: #8F1A30;
}
.AnyTagClassName
{
color: #8F1A30;
}
</style>
background-color css
<style>
a { background-color: #8F1A30; }
a { background-color: rgb(143,26,48); }
div.DivClassName
{
background-color: #8F1A30;
}
.BgClassName
{
background-color: #8F1A30;
}
</style>
border-color css
<style>
span { border-color: #8F1A30; }
span { border-color: rgb(143,26,48); }
td.TdClassName
{
border-color: #8F1A30;
}
.TagClassName
{
border-color: #8F1A30;
}
</style>