Shades of Shiraz #8B253C
Tints of Shiraz #8B253C
RGB
CMYK
RGB Variations
Color information
#8B253C (or 0x8B253C) is known color: Shiraz. HEX triplet: 8B, 25 and 3C. RGB value is (139,37,60). Sum of RGB (Red+Green+Blue) = 139+37+60=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B253C is #74DAC3. Grayscale: #464646. Windows color (decimal): -7658180 or 3941771. OLE color: 3941771.
HSL color Cylindrical-coordinate representation of color #8B253C: hue angle of 346.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B253C is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 60 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.45 |
| HSL | 346.47º | 0.58% | 0.35% | - |
| HSV(B) | 346.47º | 0.73% | 0.55% | - |
| XYZ | 12.12 | 7.14 | 5.01 | - |
| YUV | 70.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 60 | 0 | 0.73 | 0.57 | 0.45 | 346.47 | 0.58 | 0.35 |
| Hex | 8B | 25 | 3C | 0 | 49 | 39 | 2D | 15A | 3A | 23 |
| Octal | 213 | 45 | 74 | 0 | 111 | 71 | 55 | 532 | 72 | 43 |
| Binary | 10001011 | 100101 | 111100 | 0 | 1001001 | 111001 | 101101 | 101011010 | 111010 | 100011 |
Color Harmonies of #8B253C
Complementary color
Monochromatic Colors of #8B253C
Black with #8B253C
Text Example
Text Example
White with #8B253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B253C; }
p { color: rgb(139,37,60); }
H1.HeaderClassName
{
color: #8B253C;
}
.AnyTagClassName
{
color: #8B253C;
}
</style>
background-color css
<style>
a { background-color: #8B253C; }
a { background-color: rgb(139,37,60); }
div.DivClassName
{
background-color: #8B253C;
}
.BgClassName
{
background-color: #8B253C;
}
</style>
border-color css
<style>
span { border-color: #8B253C; }
span { border-color: rgb(139,37,60); }
td.TdClassName
{
border-color: #8B253C;
}
.TagClassName
{
border-color: #8B253C;
}
</style>