#8C2F50

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

Shades of Disco #8C2F50

Tints of Disco #8C2F50

Color information

#8C2F50 (or 0x8C2F50) is unknown color: approx Disco. HEX triplet: 8C, 2F and 50. RGB value is (140,47,80). Sum of RGB (Red+Green+Blue) = 140+47+80=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F50 is #73D0AF. Grayscale: #4E4E4E. Windows color (decimal): -7590064 or 5255052. OLE color: 5255052.

HSL color Cylindrical-coordinate representation of color #8C2F50: hue angle of 338.71º degrees, saturation: 0.5, 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 #8C2F50 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1404780-
CMYK00.660.430.45
HSL338.71º49.73%36.67%-
HSV(B)338.71º66.43%54.9%-
XYZ13.288.198.47-
YUV78.57128.81171.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=52.43%
G=17.60%
B=29.96%

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
Decimal140478000.660.430.45338.7149.7336.67
Hex8C2F500422B2D1533225
Octal21457120010253555236245
Binary10001100101111101000001000010101011101101101010011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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