#8A2749

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

Shades of Disco #8A2749

Tints of Disco #8A2749

Color information

#8A2749 (or 0x8A2749) is unknown color: approx Disco. HEX triplet: 8A, 27 and 49. RGB value is (138,39,73). Sum of RGB (Red+Green+Blue) = 138+39+73=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2749 is #75D8B6. Grayscale: #484848. Windows color (decimal): -7723191 or 4794250. OLE color: 4794250.

HSL color Cylindrical-coordinate representation of color #8A2749: hue angle of 339.39º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2749 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1383973-
CMYK00.720.470.46
HSL339.39º55.93%34.71%-
HSV(B)339.39º71.74%54.12%-
XYZ12.417.347.07-
YUV72.48128.3174.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.2%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=55.2%
G=15.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138397300.720.470.46339.3955.9334.71
Hex8A27490482F2E1533823
Octal21247111011057565237043
Binary10001010100111100100101001000101111101110101010011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,39,73); }

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

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

 a { background-color: rgb(138,39,73); }

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

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

 span { border-color: rgb(138,39,73); }

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