#8A354D

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

Shades of Disco #8A354D

Tints of Disco #8A354D

Color information

#8A354D (or 0x8A354D) is unknown color: approx Disco. HEX triplet: 8A, 35 and 4D. RGB value is (138,53,77). Sum of RGB (Red+Green+Blue) = 138+53+77=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A354D is #75CAB2. Grayscale: #515151. Windows color (decimal): -7719603 or 5059978. OLE color: 5059978.

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

Color convert

RGB1385377-
CMYK00.620.440.46
HSL343.06º44.5%37.45%-
HSV(B)343.06º61.59%54.12%-
XYZ13.098.497.97-
YUV81.15125.66168.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.49%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=51.49%
G=19.78%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138537700.620.440.46343.0644.537.45
Hex8A354D03E2C2E1572d25
Octal2126511507654565275545
Binary1000101011010110011010111110101100101110101010111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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