#8F2C4C

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

Shades of Disco #8F2C4C

Tints of Disco #8F2C4C

Color information

#8F2C4C (or 0x8F2C4C) is unknown color: approx Disco. HEX triplet: 8F, 2C and 4C. RGB value is (143,44,76). Sum of RGB (Red+Green+Blue) = 143+44+76=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2C4C is #70D3B3. Grayscale: #4D4D4D. Windows color (decimal): -7394228 or 4992143. OLE color: 4992143.

HSL color Cylindrical-coordinate representation of color #8F2C4C: hue angle of 340.61º 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 #8F2C4C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1434476-
CMYK00.690.470.44
HSL340.61º52.94%36.67%-
HSV(B)340.61º69.23%56.08%-
XYZ13.538.167.7-
YUV77.25127.3174.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.37%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=54.37%
G=16.73%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143447600.690.470.44340.6152.9436.67
Hex8F2C4C0452F2C1553525
Octal21754114010557545256545
Binary10001111101100100110001000101101111101100101010101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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