Shades of Shiraz #8B203C
Tints of Shiraz #8B203C
RGB
CMYK
RGB Variations
Color information
#8B203C (or 0x8B203C) is known color: Shiraz. HEX triplet: 8B, 20 and 3C. RGB value is (139,32,60). Sum of RGB (Red+Green+Blue) = 139+32+60=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B203C is #74DFC3. Grayscale: #434343. Windows color (decimal): -7659460 or 3940491. OLE color: 3940491.
HSL color Cylindrical-coordinate representation of color #8B203C: hue angle of 344.3º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B203C is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 60 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.45 |
| HSL | 344.3º | 0.63% | 0.34% | - |
| HSV(B) | 344.3º | 0.77% | 0.55% | - |
| XYZ | 11.98 | 6.85 | 4.97 | - |
| YUV | 67.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 60 | 0 | 0.77 | 0.57 | 0.45 | 344.3 | 0.63 | 0.34 |
| Hex | 8B | 20 | 3C | 0 | 4D | 39 | 2D | 158 | 3F | 22 |
| Octal | 213 | 40 | 74 | 0 | 115 | 71 | 55 | 530 | 77 | 42 |
| Binary | 10001011 | 100000 | 111100 | 0 | 1001101 | 111001 | 101101 | 101011000 | 111111 | 100010 |
Color Harmonies of #8B203C
Complementary color
Monochromatic Colors of #8B203C
Black with #8B203C
Text Example
Text Example
White with #8B203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B203C; }
p { color: rgb(139,32,60); }
H1.HeaderClassName
{
color: #8B203C;
}
.AnyTagClassName
{
color: #8B203C;
}
</style>
background-color css
<style>
a { background-color: #8B203C; }
a { background-color: rgb(139,32,60); }
div.DivClassName
{
background-color: #8B203C;
}
.BgClassName
{
background-color: #8B203C;
}
</style>
border-color css
<style>
span { border-color: #8B203C; }
span { border-color: rgb(139,32,60); }
td.TdClassName
{
border-color: #8B203C;
}
.TagClassName
{
border-color: #8B203C;
}
</style>