#8a304e

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

Shades of Disco #8A304E

Tints of Disco #8A304E

Color information

#8A304E (or 0x8A304E) is unknown color: approx Disco. HEX triplet: 8A, 30 and 4E. RGB value is (138,48,78). Sum of RGB (Red+Green+Blue) = 138+48+78=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A304E is #75CFB1. Grayscale: #4E4E4E. Windows color (decimal): -7720882 or 5124234. OLE color: 5124234.

HSL color Cylindrical-coordinate representation of color #8A304E: hue angle of 340º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A304E is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1384878-
CMYK00.650.430.46
HSL340º48.39%36.47%-
HSV(B)340º65.22%54.12%-
XYZ12.918.078.08-
YUV78.33127.82170.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=52.27%
G=18.18%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138487800.650.430.4634048.3936.47
Hex8A304E0412B2E1543024
Octal21260116010153565246044
Binary10001010110000100111001000001101011101110101010100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a304e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,48,78); }

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

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

 a { background-color: rgb(138,48,78); }

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

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

 span { border-color: rgb(138,48,78); }

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