Shades of Disco #8C344B
Tints of Disco #8C344B
RGB
CMYK
RGB Variations
Color information
#8C344B (or 0x8C344B) is known color: Disco. HEX triplet: 8C, 34 and 4B. RGB value is (140,52,75). Sum of RGB (Red+Green+Blue) = 140+52+75=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C344B is #73CBB4. Grayscale: #505050. Windows color (decimal): -7588789 or 4928652. OLE color: 4928652.
HSL color Cylindrical-coordinate representation of color #8C344B: hue angle of 344.32º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C344B is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 75 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.45 |
| HSL | 344.32º | 0.46% | 0.38% | - |
| HSV(B) | 344.32º | 0.63% | 0.55% | - |
| XYZ | 13.31 | 8.54 | 7.6 | - |
| YUV | 80.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 75 | 0 | 0.63 | 0.46 | 0.45 | 344.32 | 0.46 | 0.38 |
| Hex | 8C | 34 | 4B | 0 | 3F | 2E | 2D | 158 | 2E | 26 |
| Octal | 214 | 64 | 113 | 0 | 77 | 56 | 55 | 530 | 56 | 46 |
| Binary | 10001100 | 110100 | 1001011 | 0 | 111111 | 101110 | 101101 | 101011000 | 101110 | 100110 |
Color Harmonies of #8C344B
Complementary color
Monochromatic Colors of #8C344B
Black with #8C344B
Text Example
Text Example
White with #8C344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C344B; }
p { color: rgb(140,52,75); }
H1.HeaderClassName
{
color: #8C344B;
}
.AnyTagClassName
{
color: #8C344B;
}
</style>
background-color css
<style>
a { background-color: #8C344B; }
a { background-color: rgb(140,52,75); }
div.DivClassName
{
background-color: #8C344B;
}
.BgClassName
{
background-color: #8C344B;
}
</style>
border-color css
<style>
span { border-color: #8C344B; }
span { border-color: rgb(140,52,75); }
td.TdClassName
{
border-color: #8C344B;
}
.TagClassName
{
border-color: #8C344B;
}
</style>