#8F2C50

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

Shades of Disco #8F2C50

Tints of Disco #8F2C50

Color information

#8F2C50 (or 0x8F2C50) is unknown color: approx Disco. HEX triplet: 8F, 2C and 50. RGB value is (143,44,80). Sum of RGB (Red+Green+Blue) = 143+44+80=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2C50 is #70D3AF. Grayscale: #4D4D4D. Windows color (decimal): -7394224 or 5254287. OLE color: 5254287.

HSL color Cylindrical-coordinate representation of color #8F2C50: hue angle of 338.18º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2C50 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1434480-
CMYK00.690.440.44
HSL338.18º52.94%36.67%-
HSV(B)338.18º69.23%56.08%-
XYZ13.688.228.46-
YUV77.7129.3174.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.56%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=53.56%
G=16.48%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143448000.690.440.44338.1852.9436.67
Hex8F2C500452C2C1523525
Octal21754120010554545226545
Binary10001111101100101000001000101101100101100101010010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,44,80); }

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

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

 a { background-color: rgb(143,44,80); }

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

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

 span { border-color: rgb(143,44,80); }

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