#8f2f49

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

Shades of Disco #8F2F49

Tints of Disco #8F2F49

Color information

#8F2F49 (or 0x8F2F49) is unknown color: approx Disco. HEX triplet: 8F, 2F and 49. RGB value is (143,47,73). Sum of RGB (Red+Green+Blue) = 143+47+73=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F49 is #70D0B6. Grayscale: #4E4E4E. Windows color (decimal): -7393463 or 4796303. OLE color: 4796303.

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

Color convert

RGB1434773-
CMYK00.670.490.44
HSL343.75º50.53%37.25%-
HSV(B)343.75º67.13%56.08%-
XYZ13.558.357.2-
YUV78.67124.8173.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.37%
GREEN value IS 47 (18.75% from 255) = 17.87%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=54.37%
G=17.87%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143477300.670.490.44343.7550.5337.25
Hex8F2F49043312C1583325
Octal21757111010361545306345
Binary10001111101111100100101000011110001101100101011000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f2f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,47,73); }

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

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

 a { background-color: rgb(143,47,73); }

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

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

 span { border-color: rgb(143,47,73); }

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