Shades of Disco #8C3248
Tints of Disco #8C3248
RGB
CMYK
RGB Variations
Color information
#8C3248 (or 0x8C3248) is known color: Disco. HEX triplet: 8C, 32 and 48. RGB value is (140,50,72). Sum of RGB (Red+Green+Blue) = 140+50+72=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3248 is #73CDB7. Grayscale: #4F4F4F. Windows color (decimal): -7589304 or 4731532. OLE color: 4731532.
HSL color Cylindrical-coordinate representation of color #8C3248: hue angle of 345.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3248 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 72 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.45 |
| HSL | 345.33º | 0.47% | 0.37% | - |
| HSV(B) | 345.33º | 0.64% | 0.55% | - |
| XYZ | 13.13 | 8.32 | 7.05 | - |
| YUV | 79.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 72 | 0 | 0.64 | 0.49 | 0.45 | 345.33 | 0.47 | 0.37 |
| Hex | 8C | 32 | 48 | 0 | 40 | 31 | 2D | 159 | 2F | 25 |
| Octal | 214 | 62 | 110 | 0 | 100 | 61 | 55 | 531 | 57 | 45 |
| Binary | 10001100 | 110010 | 1001000 | 0 | 1000000 | 110001 | 101101 | 101011001 | 101111 | 100101 |
Color Harmonies of #8C3248
Complementary color
Monochromatic Colors of #8C3248
Black with #8C3248
Text Example
Text Example
White with #8C3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3248; }
p { color: rgb(140,50,72); }
H1.HeaderClassName
{
color: #8C3248;
}
.AnyTagClassName
{
color: #8C3248;
}
</style>
background-color css
<style>
a { background-color: #8C3248; }
a { background-color: rgb(140,50,72); }
div.DivClassName
{
background-color: #8C3248;
}
.BgClassName
{
background-color: #8C3248;
}
</style>
border-color css
<style>
span { border-color: #8C3248; }
span { border-color: rgb(140,50,72); }
td.TdClassName
{
border-color: #8C3248;
}
.TagClassName
{
border-color: #8C3248;
}
</style>