#8C1A40

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

Shades of Disco #8C1A40

Tints of Disco #8C1A40

Color information

#8C1A40 (or 0x8C1A40) is unknown color: approx Disco. HEX triplet: 8C, 1A and 40. RGB value is (140,26,64). Sum of RGB (Red+Green+Blue) = 140+26+64=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A40 is #73E5BF. Grayscale: #404040. Windows color (decimal): -7595456 or 4201100. OLE color: 4201100.

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

Color convert

RGB1402664-
CMYK00.810.540.45
HSL340º68.67%32.55%-
HSV(B)340º81.43%54.9%-
XYZ12.116.685.5-
YUV64.42127.77181.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.87%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=60.87%
G=11.30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140266400.810.540.4534068.6732.55
Hex8C1A40051362D1544521
Octal214321000121665552410541
Binary10001100110101000000010100011101101011011010101001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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