#8A2B47

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

Shades of Disco #8A2B47

Tints of Disco #8A2B47

Color information

#8A2B47 (or 0x8A2B47) is unknown color: approx Disco. HEX triplet: 8A, 2B and 47. RGB value is (138,43,71). Sum of RGB (Red+Green+Blue) = 138+43+71=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B47 is #75D4B8. Grayscale: #4A4A4A. Windows color (decimal): -7722169 or 4664202. OLE color: 4664202.

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

Color convert

RGB1384371-
CMYK00.690.490.46
HSL342.32º52.49%35.49%-
HSV(B)342.32º68.84%54.12%-
XYZ12.487.596.77-
YUV74.6125.97173.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.76%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=54.76%
G=17.06%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138437100.690.490.46342.3252.4935.49
Hex8A2B47045312E1563423
Octal21253107010561565266443
Binary10001010101011100011101000101110001101110101010110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,71); }

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

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

 a { background-color: rgb(138,43,71); }

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

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

 span { border-color: rgb(138,43,71); }

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