#8C3050

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

Shades of Disco #8C3050

Tints of Disco #8C3050

Color information

#8C3050 (or 0x8C3050) is unknown color: approx Disco. HEX triplet: 8C, 30 and 50. RGB value is (140,48,80). Sum of RGB (Red+Green+Blue) = 140+48+80=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3050 is #73CFAF. Grayscale: #4F4F4F. Windows color (decimal): -7589808 or 5255308. OLE color: 5255308.

HSL color Cylindrical-coordinate representation of color #8C3050: hue angle of 339.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3050 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1404880-
CMYK00.660.430.45
HSL339.13º48.94%36.86%-
HSV(B)339.13º65.71%54.9%-
XYZ13.328.278.48-
YUV79.16128.48171.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=52.24%
G=17.91%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140488000.660.430.45339.1348.9436.86
Hex8C30500422B2D1533125
Octal21460120010253555236145
Binary10001100110000101000001000010101011101101101010011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,48,80); }

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

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

 a { background-color: rgb(140,48,80); }

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

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

 span { border-color: rgb(140,48,80); }

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