#8D194A

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

Shades of Disco #8D194A

Tints of Disco #8D194A

Color information

#8D194A (or 0x8D194A) is unknown color: approx Disco. HEX triplet: 8D, 19 and 4A. RGB value is (141,25,74). Sum of RGB (Red+Green+Blue) = 141+25+74=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D194A is #72E6B5. Grayscale: #414141. Windows color (decimal): -7530166 or 4856205. OLE color: 4856205.

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

Color convert

RGB1412574-
CMYK00.820.480.45
HSL334.66º69.88%32.55%-
HSV(B)334.66º82.27%55.29%-
XYZ12.576.857.14-
YUV65.27132.93182.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.75%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=58.75%
G=10.42%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141257400.820.480.45334.6669.8832.55
Hex8D194A052302D14f4621
Octal215311120122605551710641
Binary10001101110011001010010100101100001011011010011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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