#8C1342

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

Shades of Disco #8C1342

Tints of Disco #8C1342

Color information

#8C1342 (or 0x8C1342) is unknown color: approx Disco. HEX triplet: 8C, 13 and 42. RGB value is (140,19,66). Sum of RGB (Red+Green+Blue) = 140+19+66=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1342 is #73ECBD. Grayscale: #3C3C3C. Windows color (decimal): -7597246 or 4330380. OLE color: 4330380.

HSL color Cylindrical-coordinate representation of color #8C1342: hue angle of 336.69º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1342 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB1401966-
CMYK00.860.530.45
HSL336.69º76.1%31.18%-
HSV(B)336.69º86.43%54.9%-
XYZ12.036.435.76-
YUV60.54131.09184.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.22%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=62.22%
G=8.44%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140196600.860.530.45336.6976.131.18
Hex8C1342056352D1514c1f
Octal214231020126655552111437
Binary1000110010011100001001010110110101101101101010001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,19,66); }

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

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

 a { background-color: rgb(140,19,66); }

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

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

 span { border-color: rgb(140,19,66); }

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