#8F1140

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

Shades of Disco #8F1140

Tints of Disco #8F1140

Color information

#8F1140 (or 0x8F1140) is unknown color: approx Disco. HEX triplet: 8F, 11 and 40. RGB value is (143,17,64). Sum of RGB (Red+Green+Blue) = 143+17+64=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1140 is #70EEBF. Grayscale: #3B3B3B. Windows color (decimal): -7401152 or 4198799. OLE color: 4198799.

HSL color Cylindrical-coordinate representation of color #8F1140: hue angle of 337.62º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1140 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1431764-
CMYK00.880.550.44
HSL337.62º78.75%31.37%-
HSV(B)337.62º88.11%56.08%-
XYZ12.456.615.47-
YUV60.03130.24187.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.84%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=63.84%
G=7.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143176400.880.550.44337.6278.7531.37
Hex8F1140058372C1524f1f
Octal217211000130675452211737
Binary1000111110001100000001011000110111101100101010010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,64); }

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

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

 a { background-color: rgb(143,17,64); }

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

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

 span { border-color: rgb(143,17,64); }

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