#8C1540

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

Shades of Disco #8C1540

Tints of Disco #8C1540

Color information

#8C1540 (or 0x8C1540) is unknown color: approx Disco. HEX triplet: 8C, 15 and 40. RGB value is (140,21,64). Sum of RGB (Red+Green+Blue) = 140+21+64=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1540 is #73EABF. Grayscale: #3D3D3D. Windows color (decimal): -7596736 or 4199820. OLE color: 4199820.

HSL color Cylindrical-coordinate representation of color #8C1540: hue angle of 338.32º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1540 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB1402164-
CMYK00.850.540.45
HSL338.32º73.91%31.57%-
HSV(B)338.32º85%54.9%-
XYZ12.016.485.47-
YUV61.48129.42184-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.22%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=62.22%
G=9.33%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140216400.850.540.45338.3273.9131.57
Hex8C1540055362D1524a20
Octal214251000125665552211240
Binary10001100101011000000010101011101101011011010100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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