#8A3751

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

Shades of Disco #8A3751

Tints of Disco #8A3751

Color information

#8A3751 (or 0x8A3751) is unknown color: approx Disco. HEX triplet: 8A, 37 and 51. RGB value is (138,55,81). Sum of RGB (Red+Green+Blue) = 138+55+81=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3751 is #75C8AE. Grayscale: #525252. Windows color (decimal): -7719087 or 5322634. OLE color: 5322634.

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

Color convert

RGB1385581-
CMYK00.600.410.46
HSL341.2º43.01%37.84%-
HSV(B)341.2º60.14%54.12%-
XYZ13.338.738.77-
YUV82.78127167.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.36%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=50.36%
G=20.07%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138558100.600.410.46341.243.0137.84
Hex8A375103C292E1552b26
Octal2126712107451565255346
Binary1000101011011110100010111100101001101110101010101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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