Shades of Shiraz #8A243F
Tints of Shiraz #8A243F
RGB
CMYK
RGB Variations
Color information
#8A243F (or 0x8A243F) is known color: Shiraz. HEX triplet: 8A, 24 and 3F. RGB value is (138,36,63). Sum of RGB (Red+Green+Blue) = 138+36+63=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A243F is #75DBC0. Grayscale: #454545. Windows color (decimal): -7723969 or 4138122. OLE color: 4138122.
HSL color Cylindrical-coordinate representation of color #8A243F: hue angle of 344.12º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A243F is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 36 | 63 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.46 |
| HSL | 344.12º | 0.59% | 0.34% | - |
| HSV(B) | 344.12º | 0.74% | 0.54% | - |
| XYZ | 12.01 | 7.02 | 5.43 | - |
| YUV | 69.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 36 | 63 | 0 | 0.74 | 0.54 | 0.46 | 344.12 | 0.59 | 0.34 |
| Hex | 8A | 24 | 3F | 0 | 4A | 36 | 2E | 158 | 3B | 22 |
| Octal | 212 | 44 | 77 | 0 | 112 | 66 | 56 | 530 | 73 | 42 |
| Binary | 10001010 | 100100 | 111111 | 0 | 1001010 | 110110 | 101110 | 101011000 | 111011 | 100010 |
Color Harmonies of #8A243F
Complementary color
Monochromatic Colors of #8A243F
Black with #8A243F
Text Example
Text Example
White with #8A243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A243F; }
p { color: rgb(138,36,63); }
H1.HeaderClassName
{
color: #8A243F;
}
.AnyTagClassName
{
color: #8A243F;
}
</style>
background-color css
<style>
a { background-color: #8A243F; }
a { background-color: rgb(138,36,63); }
div.DivClassName
{
background-color: #8A243F;
}
.BgClassName
{
background-color: #8A243F;
}
</style>
border-color css
<style>
span { border-color: #8A243F; }
span { border-color: rgb(138,36,63); }
td.TdClassName
{
border-color: #8A243F;
}
.TagClassName
{
border-color: #8A243F;
}
</style>