#8A1142

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

Shades of Disco #8A1142

Tints of Disco #8A1142

Color information

#8A1142 (or 0x8A1142) is unknown color: approx Disco. HEX triplet: 8A, 11 and 42. RGB value is (138,17,66). Sum of RGB (Red+Green+Blue) = 138+17+66=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1142 is #75EEBD. Grayscale: #3A3A3A. Windows color (decimal): -7728830 or 4329866. OLE color: 4329866.

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

Color convert

RGB1381766-
CMYK00.880.520.46
HSL335.7º78.06%30.39%-
HSV(B)335.7º87.68%54.12%-
XYZ11.676.25.74-
YUV58.76132.09184.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.44%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=62.44%
G=7.69%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138176600.880.520.46335.778.0630.39
Hex8A1142058342E1504e1e
Octal212211020130645652011636
Binary1000101010001100001001011000110100101110101010000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,66); }

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

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

 a { background-color: rgb(138,17,66); }

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

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

 span { border-color: rgb(138,17,66); }

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