Shades of Disco #8C153F
Tints of Disco #8C153F
RGB
CMYK
RGB Variations
Color information
#8C153F (or 0x8C153F) is known color: Disco. HEX triplet: 8C, 15 and 3F. RGB value is (140,21,63). Sum of RGB (Red+Green+Blue) = 140+21+63=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C153F is #73EAC0. Grayscale: #3D3D3D. Windows color (decimal): -7596737 or 4134284. OLE color: 4134284.
HSL color Cylindrical-coordinate representation of color #8C153F: hue angle of 338.82º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C153F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 63 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.45 |
| HSL | 338.82º | 0.74% | 0.32% | - |
| HSV(B) | 338.82º | 0.85% | 0.55% | - |
| XYZ | 11.98 | 6.47 | 5.32 | - |
| YUV | 61.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 63 | 0 | 0.85 | 0.55 | 0.45 | 338.82 | 0.74 | 0.32 |
| Hex | 8C | 15 | 3F | 0 | 55 | 37 | 2D | 153 | 4A | 20 |
| Octal | 214 | 25 | 77 | 0 | 125 | 67 | 55 | 523 | 112 | 40 |
| Binary | 10001100 | 10101 | 111111 | 0 | 1010101 | 110111 | 101101 | 101010011 | 1001010 | 100000 |
Color Harmonies of #8C153F
Complementary color
Monochromatic Colors of #8C153F
Black with #8C153F
Text Example
Text Example
White with #8C153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C153F; }
p { color: rgb(140,21,63); }
H1.HeaderClassName
{
color: #8C153F;
}
.AnyTagClassName
{
color: #8C153F;
}
</style>
background-color css
<style>
a { background-color: #8C153F; }
a { background-color: rgb(140,21,63); }
div.DivClassName
{
background-color: #8C153F;
}
.BgClassName
{
background-color: #8C153F;
}
</style>
border-color css
<style>
span { border-color: #8C153F; }
span { border-color: rgb(140,21,63); }
td.TdClassName
{
border-color: #8C153F;
}
.TagClassName
{
border-color: #8C153F;
}
</style>