#8D2C47

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

Shades of Disco #8D2C47

Tints of Disco #8D2C47

Color information

#8D2C47 (or 0x8D2C47) is unknown color: approx Disco. HEX triplet: 8D, 2C and 47. RGB value is (141,44,71). Sum of RGB (Red+Green+Blue) = 141+44+71=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C47 is #72D3B8. Grayscale: #4C4C4C. Windows color (decimal): -7525305 or 4664461. OLE color: 4664461.

HSL color Cylindrical-coordinate representation of color #8D2C47: hue angle of 343.3º 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 #8D2C47 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1414471-
CMYK00.690.500.45
HSL343.3º52.43%36.27%-
HSV(B)343.3º68.79%55.29%-
XYZ13.027.926.8-
YUV76.08125.14174.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=55.08%
G=17.19%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141447100.690.500.45343.352.4336.27
Hex8D2C47045322D1573424
Octal21554107010562555276444
Binary10001101101100100011101000101110010101101101010111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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