#8A134A

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

Shades of Disco #8A134A

Tints of Disco #8A134A

Color information

#8A134A (or 0x8A134A) is unknown color: approx Disco. HEX triplet: 8A, 13 and 4A. RGB value is (138,19,74). Sum of RGB (Red+Green+Blue) = 138+19+74=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A134A is #75ECB5. Grayscale: #3C3C3C. Windows color (decimal): -7728310 or 4854666. OLE color: 4854666.

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

Color convert

RGB1381974-
CMYK00.860.460.46
HSL332.27º75.8%30.78%-
HSV(B)332.27º86.23%54.12%-
XYZ11.956.367.08-
YUV60.85135.42183.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.74%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=59.74%
G=8.23%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138197400.860.460.46332.2775.830.78
Hex8A134A0562E2E14c4c1f
Octal212231120126565651411437
Binary1000101010011100101001010110101110101110101001100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,19,74); }

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

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

 a { background-color: rgb(138,19,74); }

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

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

 span { border-color: rgb(138,19,74); }

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