#8D2D4A

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

Shades of Disco #8D2D4A

Tints of Disco #8D2D4A

Color information

#8D2D4A (or 0x8D2D4A) is unknown color: approx Disco. HEX triplet: 8D, 2D and 4A. RGB value is (141,45,74). Sum of RGB (Red+Green+Blue) = 141+45+74=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D4A is #72D2B5. Grayscale: #4C4C4C. Windows color (decimal): -7525046 or 4861325. OLE color: 4861325.

HSL color Cylindrical-coordinate representation of color #8D2D4A: hue angle of 341.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 #8D2D4A is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1414574-
CMYK00.680.480.45
HSL341.88º51.61%36.47%-
HSV(B)341.88º68.09%55.29%-
XYZ13.168.037.34-
YUV77.01126.3173.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.23%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=54.23%
G=17.31%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141457400.680.480.45341.8851.6136.47
Hex8D2D4A044302D1563424
Octal21555112010460555266444
Binary10001101101101100101001000100110000101101101010110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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