Shades of Shiraz #8B2432
Tints of Shiraz #8B2432
RGB
CMYK
RGB Variations
Color information
#8B2432 (or 0x8B2432) is known color: Shiraz. HEX triplet: 8B, 24 and 32. RGB value is (139,36,50). Sum of RGB (Red+Green+Blue) = 139+36+50=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2432 is #74DBCD. Grayscale: #444444. Windows color (decimal): -7658446 or 3286155. OLE color: 3286155.
HSL color Cylindrical-coordinate representation of color #8B2432: hue angle of 351.84º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2432 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 50 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.45 |
| HSL | 351.84º | 0.59% | 0.34% | - |
| HSV(B) | 351.84º | 0.74% | 0.55% | - |
| XYZ | 11.85 | 6.98 | 3.74 | - |
| YUV | 68.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 50 | 0 | 0.74 | 0.64 | 0.45 | 351.84 | 0.59 | 0.34 |
| Hex | 8B | 24 | 32 | 0 | 4A | 40 | 2D | 160 | 3B | 22 |
| Octal | 213 | 44 | 62 | 0 | 112 | 100 | 55 | 540 | 73 | 42 |
| Binary | 10001011 | 100100 | 110010 | 0 | 1001010 | 1000000 | 101101 | 101100000 | 111011 | 100010 |
Color Harmonies of #8B2432
Complementary color
Monochromatic Colors of #8B2432
Black with #8B2432
Text Example
Text Example
White with #8B2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2432; }
p { color: rgb(139,36,50); }
H1.HeaderClassName
{
color: #8B2432;
}
.AnyTagClassName
{
color: #8B2432;
}
</style>
background-color css
<style>
a { background-color: #8B2432; }
a { background-color: rgb(139,36,50); }
div.DivClassName
{
background-color: #8B2432;
}
.BgClassName
{
background-color: #8B2432;
}
</style>
border-color css
<style>
span { border-color: #8B2432; }
span { border-color: rgb(139,36,50); }
td.TdClassName
{
border-color: #8B2432;
}
.TagClassName
{
border-color: #8B2432;
}
</style>