#8C1A49

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

Shades of Disco #8C1A49

Tints of Disco #8C1A49

Color information

#8C1A49 (or 0x8C1A49) is unknown color: approx Disco. HEX triplet: 8C, 1A and 49. RGB value is (140,26,73). Sum of RGB (Red+Green+Blue) = 140+26+73=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A49 is #73E5B6. Grayscale: #414141. Windows color (decimal): -7595447 or 4790924. OLE color: 4790924.

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

Color convert

RGB1402673-
CMYK00.810.480.45
HSL335.26º68.67%32.55%-
HSV(B)335.26º81.43%54.9%-
XYZ12.396.86.96-
YUV65.44132.27181.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.58%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=58.58%
G=10.88%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140267300.810.480.45335.2668.6732.55
Hex8C1A49051302D14f4521
Octal214321110121605551710541
Binary10001100110101001001010100011100001011011010011111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,26,73); }

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

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

 a { background-color: rgb(140,26,73); }

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

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

 span { border-color: rgb(140,26,73); }

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