Shades of Shiraz #8C233F
Tints of Shiraz #8C233F
RGB
CMYK
RGB Variations
Color information
#8C233F (or 0x8C233F) is known color: Shiraz. HEX triplet: 8C, 23 and 3F. RGB value is (140,35,63). Sum of RGB (Red+Green+Blue) = 140+35+63=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C233F is #73DCC0. Grayscale: #454545. Windows color (decimal): -7593153 or 4137868. OLE color: 4137868.
HSL color Cylindrical-coordinate representation of color #8C233F: hue angle of 344º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C233F is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 63 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.45 |
| HSL | 344º | 0.6% | 0.34% | - |
| HSV(B) | 344º | 0.75% | 0.55% | - |
| XYZ | 12.31 | 7.14 | 5.43 | - |
| YUV | 69.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 63 | 0 | 0.75 | 0.55 | 0.45 | 344 | 0.6 | 0.34 |
| Hex | 8C | 23 | 3F | 0 | 4B | 37 | 2D | 158 | 3C | 22 |
| Octal | 214 | 43 | 77 | 0 | 113 | 67 | 55 | 530 | 74 | 42 |
| Binary | 10001100 | 100011 | 111111 | 0 | 1001011 | 110111 | 101101 | 101011000 | 111100 | 100010 |
Color Harmonies of #8C233F
Complementary color
Monochromatic Colors of #8C233F
Black with #8C233F
Text Example
Text Example
White with #8C233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C233F; }
p { color: rgb(140,35,63); }
H1.HeaderClassName
{
color: #8C233F;
}
.AnyTagClassName
{
color: #8C233F;
}
</style>
background-color css
<style>
a { background-color: #8C233F; }
a { background-color: rgb(140,35,63); }
div.DivClassName
{
background-color: #8C233F;
}
.BgClassName
{
background-color: #8C233F;
}
</style>
border-color css
<style>
span { border-color: #8C233F; }
span { border-color: rgb(140,35,63); }
td.TdClassName
{
border-color: #8C233F;
}
.TagClassName
{
border-color: #8C233F;
}
</style>