Shades of Shiraz #8B1C2F
Tints of Shiraz #8B1C2F
RGB
CMYK
RGB Variations
Color information
#8B1C2F (or 0x8B1C2F) is known color: Shiraz. HEX triplet: 8B, 1C and 2F. RGB value is (139,28,47). Sum of RGB (Red+Green+Blue) = 139+28+47=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C2F is #74E3D0. Grayscale: #3F3F3F. Windows color (decimal): -7660497 or 3087499. OLE color: 3087499.
HSL color Cylindrical-coordinate representation of color #8B1C2F: hue angle of 349.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C2F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 47 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.45 |
| HSL | 349.73º | 0.66% | 0.33% | - |
| HSV(B) | 349.73º | 0.8% | 0.55% | - |
| XYZ | 11.58 | 6.52 | 3.34 | - |
| YUV | 63.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 47 | 0 | 0.80 | 0.66 | 0.45 | 349.73 | 0.66 | 0.33 |
| Hex | 8B | 1C | 2F | 0 | 50 | 42 | 2D | 15E | 42 | 21 |
| Octal | 213 | 34 | 57 | 0 | 120 | 102 | 55 | 536 | 102 | 41 |
| Binary | 10001011 | 11100 | 101111 | 0 | 1010000 | 1000010 | 101101 | 101011110 | 1000010 | 100001 |
Color Harmonies of #8B1C2F
Complementary color
Monochromatic Colors of #8B1C2F
Black with #8B1C2F
Text Example
Text Example
White with #8B1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C2F; }
p { color: rgb(139,28,47); }
H1.HeaderClassName
{
color: #8B1C2F;
}
.AnyTagClassName
{
color: #8B1C2F;
}
</style>
background-color css
<style>
a { background-color: #8B1C2F; }
a { background-color: rgb(139,28,47); }
div.DivClassName
{
background-color: #8B1C2F;
}
.BgClassName
{
background-color: #8B1C2F;
}
</style>
border-color css
<style>
span { border-color: #8B1C2F; }
span { border-color: rgb(139,28,47); }
td.TdClassName
{
border-color: #8B1C2F;
}
.TagClassName
{
border-color: #8B1C2F;
}
</style>