#8D294F

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

Shades of Disco #8D294F

Tints of Disco #8D294F

Color information

#8D294F (or 0x8D294F) is unknown color: approx Disco. HEX triplet: 8D, 29 and 4F. RGB value is (141,41,79). Sum of RGB (Red+Green+Blue) = 141+41+79=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D294F is #72D6B0. Grayscale: #4B4B4B. Windows color (decimal): -7526065 or 5187981. OLE color: 5187981.

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

Color convert

RGB1414179-
CMYK00.710.440.45
HSL337.2º54.95%35.69%-
HSV(B)337.2º70.92%55.29%-
XYZ13.197.818.21-
YUV75.23130.13174.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=54.02%
G=15.71%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141417900.710.440.45337.254.9535.69
Hex8D294F0472C2D1513724
Octal21551117010754555216744
Binary10001101101001100111101000111101100101101101010001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,79); }

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

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

 a { background-color: rgb(141,41,79); }

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

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

 span { border-color: rgb(141,41,79); }

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