#8A344C

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

Shades of Disco #8A344C

Tints of Disco #8A344C

Color information

#8A344C (or 0x8A344C) is unknown color: approx Disco. HEX triplet: 8A, 34 and 4C. RGB value is (138,52,76). Sum of RGB (Red+Green+Blue) = 138+52+76=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A344C is #75CBB3. Grayscale: #505050. Windows color (decimal): -7719860 or 4994186. OLE color: 4994186.

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

Color convert

RGB1385276-
CMYK00.620.450.46
HSL343.26º45.26%37.25%-
HSV(B)343.26º62.32%54.12%-
XYZ13.018.387.77-
YUV80.45125.49169.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=51.88%
G=19.55%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138527600.620.450.46343.2645.2637.25
Hex8A344C03E2D2E1572d25
Octal2126411407655565275545
Binary1000101011010010011000111110101101101110101010111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,52,76); }

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

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

 a { background-color: rgb(138,52,76); }

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

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

 span { border-color: rgb(138,52,76); }

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