#8A354E

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

Shades of Disco #8A354E

Tints of Disco #8A354E

Color information

#8A354E (or 0x8A354E) is unknown color: approx Disco. HEX triplet: 8A, 35 and 4E. RGB value is (138,53,78). Sum of RGB (Red+Green+Blue) = 138+53+78=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A354E is #75CAB1. Grayscale: #515151. Windows color (decimal): -7719602 or 5125514. OLE color: 5125514.

HSL color Cylindrical-coordinate representation of color #8A354E: hue angle of 342.35º 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 #8A354E is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1385378-
CMYK00.620.430.46
HSL342.35º44.5%37.45%-
HSV(B)342.35º61.59%54.12%-
XYZ13.138.58.16-
YUV81.26126.16168.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.30%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=51.30%
G=19.70%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138537800.620.430.46342.3544.537.45
Hex8A354E03E2B2E1562d25
Octal2126511607653565265545
Binary1000101011010110011100111110101011101110101010110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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