Shades of Shiraz #8B203D
Tints of Shiraz #8B203D
RGB
CMYK
RGB Variations
Color information
#8B203D (or 0x8B203D) is known color: Shiraz. HEX triplet: 8B, 20 and 3D. RGB value is (139,32,61). Sum of RGB (Red+Green+Blue) = 139+32+61=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B203D is #74DFC2. Grayscale: #434343. Windows color (decimal): -7659459 or 4006027. OLE color: 4006027.
HSL color Cylindrical-coordinate representation of color #8B203D: hue angle of 343.74º 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 #8B203D is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 61 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.45 |
| HSL | 343.74º | 0.63% | 0.34% | - |
| HSV(B) | 343.74º | 0.77% | 0.55% | - |
| XYZ | 12.01 | 6.86 | 5.11 | - |
| YUV | 67.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 61 | 0 | 0.77 | 0.56 | 0.45 | 343.74 | 0.63 | 0.34 |
| Hex | 8B | 20 | 3D | 0 | 4D | 38 | 2D | 158 | 3F | 22 |
| Octal | 213 | 40 | 75 | 0 | 115 | 70 | 55 | 530 | 77 | 42 |
| Binary | 10001011 | 100000 | 111101 | 0 | 1001101 | 111000 | 101101 | 101011000 | 111111 | 100010 |
Color Harmonies of #8B203D
Complementary color
Monochromatic Colors of #8B203D
Black with #8B203D
Text Example
Text Example
White with #8B203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B203D; }
p { color: rgb(139,32,61); }
H1.HeaderClassName
{
color: #8B203D;
}
.AnyTagClassName
{
color: #8B203D;
}
</style>
background-color css
<style>
a { background-color: #8B203D; }
a { background-color: rgb(139,32,61); }
div.DivClassName
{
background-color: #8B203D;
}
.BgClassName
{
background-color: #8B203D;
}
</style>
border-color css
<style>
span { border-color: #8B203D; }
span { border-color: rgb(139,32,61); }
td.TdClassName
{
border-color: #8B203D;
}
.TagClassName
{
border-color: #8B203D;
}
</style>