#8C3552

Color #8C3552 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #8C3552

Tints of Disco #8C3552

Color information

#8C3552 (or 0x8C3552) is unknown color: approx Disco. HEX triplet: 8C, 35 and 52. RGB value is (140,53,82). Sum of RGB (Red+Green+Blue) = 140+53+82=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3552 is #73CAAD. Grayscale: #525252. Windows color (decimal): -7588526 or 5387660. OLE color: 5387660.

HSL color Cylindrical-coordinate representation of color #8C3552: hue angle of 340º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3552 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1405382-
CMYK00.620.410.45
HSL340º45.08%37.84%-
HSV(B)340º62.14%54.9%-
XYZ13.618.738.95-
YUV82.32127.82169.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=50.91%
G=19.27%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140538200.620.410.4534045.0837.84
Hex8C355203E292D1542d26
Octal2146512207651555245546
Binary1000110011010110100100111110101001101101101010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3552; }

 p { color: rgb(140,53,82); }

 H1.HeaderClassName
 {
   color: #8C3552;
 }
 .AnyTagClassName
 {
   color: #8C3552;
 }
</style>
background-color css

<style>
 a { background-color: #8C3552; }

 a { background-color: rgb(140,53,82); }

 div.DivClassName
 {
   background-color: #8C3552;
 }
 .BgClassName
 {
   background-color: #8C3552;
 }
</style>
border-color css

<style>
 span { border-color: #8C3552; }

 span { border-color: rgb(140,53,82); }

 td.TdClassName
 {
   border-color: #8C3552;
 }
 .TagClassName
 {
   border-color: #8C3552;
 }
</style>