#8c1143

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

Shades of Disco #8C1143

Tints of Disco #8C1143

Color information

#8C1143 (or 0x8C1143) is unknown color: approx Disco. HEX triplet: 8C, 11 and 43. RGB value is (140,17,67). Sum of RGB (Red+Green+Blue) = 140+17+67=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1143 is #73EEBC. Grayscale: #3B3B3B. Windows color (decimal): -7597757 or 4395404. OLE color: 4395404.

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

Color convert

RGB1401767-
CMYK00.880.520.45
HSL335.61º78.34%30.78%-
HSV(B)335.61º87.86%54.9%-
XYZ12.036.385.91-
YUV59.48132.25185.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.5%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=62.5%
G=7.59%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140176700.880.520.45335.6178.3430.78
Hex8C1143058342D1504e1f
Octal214211030130645552011637
Binary1000110010001100001101011000110100101101101010000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,17,67); }

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

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

 a { background-color: rgb(140,17,67); }

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

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

 span { border-color: rgb(140,17,67); }

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