Shades of Shiraz #8C1B2F
Tints of Shiraz #8C1B2F
RGB
CMYK
RGB Variations
Color information
#8C1B2F (or 0x8C1B2F) is known color: Shiraz. HEX triplet: 8C, 1B and 2F. RGB value is (140,27,47). Sum of RGB (Red+Green+Blue) = 140+27+47=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B2F is #73E4D0. Grayscale: #3F3F3F. Windows color (decimal): -7595217 or 3087244. OLE color: 3087244.
HSL color Cylindrical-coordinate representation of color #8C1B2F: hue angle of 349.38º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B2F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 27 | 47 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.45 |
| HSL | 349.38º | 0.68% | 0.33% | - |
| HSV(B) | 349.38º | 0.81% | 0.55% | - |
| XYZ | 11.72 | 6.56 | 3.34 | - |
| YUV | 63.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 47 | 0 | 0.81 | 0.66 | 0.45 | 349.38 | 0.68 | 0.33 |
| Hex | 8C | 1B | 2F | 0 | 51 | 42 | 2D | 15D | 44 | 21 |
| Octal | 214 | 33 | 57 | 0 | 121 | 102 | 55 | 535 | 104 | 41 |
| Binary | 10001100 | 11011 | 101111 | 0 | 1010001 | 1000010 | 101101 | 101011101 | 1000100 | 100001 |
Color Harmonies of #8C1B2F
Complementary color
Monochromatic Colors of #8C1B2F
Black with #8C1B2F
Text Example
Text Example
White with #8C1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B2F; }
p { color: rgb(140,27,47); }
H1.HeaderClassName
{
color: #8C1B2F;
}
.AnyTagClassName
{
color: #8C1B2F;
}
</style>
background-color css
<style>
a { background-color: #8C1B2F; }
a { background-color: rgb(140,27,47); }
div.DivClassName
{
background-color: #8C1B2F;
}
.BgClassName
{
background-color: #8C1B2F;
}
</style>
border-color css
<style>
span { border-color: #8C1B2F; }
span { border-color: rgb(140,27,47); }
td.TdClassName
{
border-color: #8C1B2F;
}
.TagClassName
{
border-color: #8C1B2F;
}
</style>