#8D2C4A

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

Shades of Disco #8D2C4A

Tints of Disco #8D2C4A

Color information

#8D2C4A (or 0x8D2C4A) is unknown color: approx Disco. HEX triplet: 8D, 2C and 4A. RGB value is (141,44,74). Sum of RGB (Red+Green+Blue) = 141+44+74=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C4A is #72D3B5. Grayscale: #4C4C4C. Windows color (decimal): -7525302 or 4861069. OLE color: 4861069.

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

Color convert

RGB1414474-
CMYK00.690.480.45
HSL341.44º52.43%36.27%-
HSV(B)341.44º68.79%55.29%-
XYZ13.127.967.32-
YUV76.42126.64174.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=54.44%
G=16.99%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141447400.690.480.45341.4452.4336.27
Hex8D2C4A045302D1553424
Octal21554112010560555256444
Binary10001101101100100101001000101110000101101101010101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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