Shades of Shiraz #8F253A
Tints of Shiraz #8F253A
RGB
CMYK
RGB Variations
Color information
#8F253A (or 0x8F253A) is known color: Shiraz. HEX triplet: 8F, 25 and 3A. RGB value is (143,37,58). Sum of RGB (Red+Green+Blue) = 143+37+58=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F253A is #70DAC5. Grayscale: #474747. Windows color (decimal): -7396038 or 3810703. OLE color: 3810703.
HSL color Cylindrical-coordinate representation of color #8F253A: hue angle of 348.11º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F253A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 58 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.44 |
| HSL | 348.11º | 0.59% | 0.35% | - |
| HSV(B) | 348.11º | 0.74% | 0.56% | - |
| XYZ | 12.75 | 7.47 | 4.77 | - |
| YUV | 71.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 58 | 0 | 0.74 | 0.59 | 0.44 | 348.11 | 0.59 | 0.35 |
| Hex | 8F | 25 | 3A | 0 | 4A | 3B | 2C | 15C | 3B | 23 |
| Octal | 217 | 45 | 72 | 0 | 112 | 73 | 54 | 534 | 73 | 43 |
| Binary | 10001111 | 100101 | 111010 | 0 | 1001010 | 111011 | 101100 | 101011100 | 111011 | 100011 |
Color Harmonies of #8F253A
Complementary color
Monochromatic Colors of #8F253A
Black with #8F253A
Text Example
Text Example
White with #8F253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F253A; }
p { color: rgb(143,37,58); }
H1.HeaderClassName
{
color: #8F253A;
}
.AnyTagClassName
{
color: #8F253A;
}
</style>
background-color css
<style>
a { background-color: #8F253A; }
a { background-color: rgb(143,37,58); }
div.DivClassName
{
background-color: #8F253A;
}
.BgClassName
{
background-color: #8F253A;
}
</style>
border-color css
<style>
span { border-color: #8F253A; }
span { border-color: rgb(143,37,58); }
td.TdClassName
{
border-color: #8F253A;
}
.TagClassName
{
border-color: #8F253A;
}
</style>