#8D2D42

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

Shades of Disco #8D2D42

Tints of Disco #8D2D42

Color information

#8D2D42 (or 0x8D2D42) is unknown color: approx Disco. HEX triplet: 8D, 2D and 42. RGB value is (141,45,66). Sum of RGB (Red+Green+Blue) = 141+45+66=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D42 is #72D2BD. Grayscale: #4C4C4C. Windows color (decimal): -7525054 or 4337037. OLE color: 4337037.

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

Color convert

RGB1414566-
CMYK00.680.530.45
HSL346.88º51.61%36.47%-
HSV(B)346.88º68.09%55.29%-
XYZ12.917.936.01-
YUV76.1122.3174.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 45 (17.97% from 255) = 17.86%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=55.95%
G=17.86%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141456600.680.530.45346.8851.6136.47
Hex8D2D42044352D15b3424
Octal21555102010465555336444
Binary10001101101101100001001000100110101101101101011011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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