#8A3750

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

Shades of Disco #8A3750

Tints of Disco #8A3750

Color information

#8A3750 (or 0x8A3750) is unknown color: approx Disco. HEX triplet: 8A, 37 and 50. RGB value is (138,55,80). Sum of RGB (Red+Green+Blue) = 138+55+80=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3750 is #75C8AF. Grayscale: #525252. Windows color (decimal): -7719088 or 5257098. OLE color: 5257098.

HSL color Cylindrical-coordinate representation of color #8A3750: hue angle of 341.93º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3750 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1385580-
CMYK00.600.420.46
HSL341.93º43.01%37.84%-
HSV(B)341.93º60.14%54.12%-
XYZ13.38.718.57-
YUV82.67126.5167.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=50.55%
G=20.15%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138558000.600.420.46341.9343.0137.84
Hex8A375003C2A2E1562b26
Octal2126712007452565265346
Binary1000101011011110100000111100101010101110101010110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,55,80); }

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

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

 a { background-color: rgb(138,55,80); }

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

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

 span { border-color: rgb(138,55,80); }

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