Shades of Shiraz #8A2B3C
Tints of Shiraz #8A2B3C
RGB
CMYK
RGB Variations
Color information
#8A2B3C (or 0x8A2B3C) is known color: Shiraz. HEX triplet: 8A, 2B and 3C. RGB value is (138,43,60). Sum of RGB (Red+Green+Blue) = 138+43+60=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B3C is #75D4C3. Grayscale: #494949. Windows color (decimal): -7722180 or 3943306. OLE color: 3943306.
HSL color Cylindrical-coordinate representation of color #8A2B3C: hue angle of 349.26º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2B3C is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 60 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.46 |
| HSL | 349.26º | 0.52% | 0.35% | - |
| HSV(B) | 349.26º | 0.69% | 0.54% | - |
| XYZ | 12.16 | 7.46 | 5.07 | - |
| YUV | 73.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 60 | 0 | 0.69 | 0.57 | 0.46 | 349.26 | 0.52 | 0.35 |
| Hex | 8A | 2B | 3C | 0 | 45 | 39 | 2E | 15D | 34 | 23 |
| Octal | 212 | 53 | 74 | 0 | 105 | 71 | 56 | 535 | 64 | 43 |
| Binary | 10001010 | 101011 | 111100 | 0 | 1000101 | 111001 | 101110 | 101011101 | 110100 | 100011 |
Color Harmonies of #8A2B3C
Complementary color
Monochromatic Colors of #8A2B3C
Black with #8A2B3C
Text Example
Text Example
White with #8A2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B3C; }
p { color: rgb(138,43,60); }
H1.HeaderClassName
{
color: #8A2B3C;
}
.AnyTagClassName
{
color: #8A2B3C;
}
</style>
background-color css
<style>
a { background-color: #8A2B3C; }
a { background-color: rgb(138,43,60); }
div.DivClassName
{
background-color: #8A2B3C;
}
.BgClassName
{
background-color: #8A2B3C;
}
</style>
border-color css
<style>
span { border-color: #8A2B3C; }
span { border-color: rgb(138,43,60); }
td.TdClassName
{
border-color: #8A2B3C;
}
.TagClassName
{
border-color: #8A2B3C;
}
</style>