#8D1140

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

Shades of Disco #8D1140

Tints of Disco #8D1140

Color information

#8D1140 (or 0x8D1140) is unknown color: approx Disco. HEX triplet: 8D, 11 and 40. RGB value is (141,17,64). Sum of RGB (Red+Green+Blue) = 141+17+64=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1140 is #72EEBF. Grayscale: #3B3B3B. Windows color (decimal): -7532224 or 4198797. OLE color: 4198797.

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

Color convert

RGB1411764-
CMYK00.880.550.45
HSL337.26º78.48%30.98%-
HSV(B)337.26º87.94%55.29%-
XYZ12.116.435.45-
YUV59.43130.58186.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=63.51%
G=7.66%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141176400.880.550.45337.2678.4830.98
Hex8D1140058372D1514e1f
Octal215211000130675552111637
Binary1000110110001100000001011000110111101101101010001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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