#8D1F42

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

Shades of Disco #8D1F42

Tints of Disco #8D1F42

Color information

#8D1F42 (or 0x8D1F42) is unknown color: approx Disco. HEX triplet: 8D, 1F and 42. RGB value is (141,31,66). Sum of RGB (Red+Green+Blue) = 141+31+66=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F42 is #72E0BD. Grayscale: #434343. Windows color (decimal): -7528638 or 4333453. OLE color: 4333453.

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

Color convert

RGB1413166-
CMYK00.780.530.45
HSL340.91º63.95%33.73%-
HSV(B)340.91º78.01%55.29%-
XYZ12.467.045.86-
YUV67.88126.94180.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=59.24%
G=13.03%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141316600.780.530.45340.9163.9533.73
Hex8D1F4204E352D1554022
Octal215371020116655552510042
Binary10001101111111000010010011101101011011011010101011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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