#8D2E42

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

Shades of Disco #8D2E42

Tints of Disco #8D2E42

Color information

#8D2E42 (or 0x8D2E42) is unknown color: approx Disco. HEX triplet: 8D, 2E and 42. RGB value is (141,46,66). Sum of RGB (Red+Green+Blue) = 141+46+66=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2E42 is #72D1BD. Grayscale: #4C4C4C. Windows color (decimal): -7524798 or 4337293. OLE color: 4337293.

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

Color convert

RGB1414666-
CMYK00.670.530.45
HSL347.37º50.8%36.67%-
HSV(B)347.37º67.38%55.29%-
XYZ12.948.016.02-
YUV76.68121.97173.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=55.73%
G=18.18%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141466600.670.530.45347.3750.836.67
Hex8D2E42043352D15b3325
Octal21556102010365555336345
Binary10001101101110100001001000011110101101101101011011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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