#8C354C

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

Shades of Disco #8C354C

Tints of Disco #8C354C

Color information

#8C354C (or 0x8C354C) is unknown color: approx Disco. HEX triplet: 8C, 35 and 4C. RGB value is (140,53,76). Sum of RGB (Red+Green+Blue) = 140+53+76=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C354C is #73CAB3. Grayscale: #515151. Windows color (decimal): -7588532 or 4994444. OLE color: 4994444.

HSL color Cylindrical-coordinate representation of color #8C354C: hue angle of 344.14º 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 #8C354C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1405376-
CMYK00.620.460.45
HSL344.14º45.08%37.84%-
HSV(B)344.14º62.14%54.9%-
XYZ13.398.647.8-
YUV81.64124.82169.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=52.04%
G=19.70%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140537600.620.460.45344.1445.0837.84
Hex8C354C03E2E2D1582d26
Octal2146511407656555305546
Binary1000110011010110011000111110101110101101101011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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