#8D1242

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

Shades of Disco #8D1242

Tints of Disco #8D1242

Color information

#8D1242 (or 0x8D1242) is unknown color: approx Disco. HEX triplet: 8D, 12 and 42. RGB value is (141,18,66). Sum of RGB (Red+Green+Blue) = 141+18+66=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1242 is #72EDBD. Grayscale: #3C3C3C. Windows color (decimal): -7531966 or 4330125. OLE color: 4330125.

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

Color convert

RGB1411866-
CMYK00.870.530.45
HSL336.59º77.36%31.18%-
HSV(B)336.59º87.23%55.29%-
XYZ12.186.495.76-
YUV60.25131.25185.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=62.67%
G=8%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141186600.870.530.45336.5977.3631.18
Hex8D1242057352D1514d1f
Octal215221020127655552111537
Binary1000110110010100001001010111110101101101101010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,18,66); }

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

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

 a { background-color: rgb(141,18,66); }

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

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

 span { border-color: rgb(141,18,66); }

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