#8F2143

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

Shades of Disco #8F2143

Tints of Disco #8F2143

Color information

#8F2143 (or 0x8F2143) is unknown color: approx Disco. HEX triplet: 8F, 21 and 43. RGB value is (143,33,67). Sum of RGB (Red+Green+Blue) = 143+33+67=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2143 is #70DEBC. Grayscale: #454545. Windows color (decimal): -7397053 or 4399503. OLE color: 4399503.

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

Color convert

RGB1433367-
CMYK00.770.530.44
HSL341.45º62.5%34.51%-
HSV(B)341.45º76.92%56.08%-
XYZ12.887.336.05-
YUV69.77126.44180.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.85%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 67 (26.56% from 255) = 27.57%
R=58.85%
G=13.58%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143336700.770.530.44341.4562.534.51
Hex8F214304D352C1553e23
Octal21741103011565545257643
Binary10001111100001100001101001101110101101100101010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,33,67); }

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

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

 a { background-color: rgb(143,33,67); }

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

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

 span { border-color: rgb(143,33,67); }

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