#842A47

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

Shades of Disco #842A47

Tints of Disco #842A47

Color information

#842A47 (or 0x842A47) is unknown color: approx Disco. HEX triplet: 84, 2A and 47. RGB value is (132,42,71). Sum of RGB (Red+Green+Blue) = 132+42+71=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #842A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A47 is #7BD5B8. Grayscale: #484848. Windows color (decimal): -8115641 or 4663940. OLE color: 4663940.

HSL color Cylindrical-coordinate representation of color #842A47: hue angle of 340.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A47 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB1324271-
CMYK00.680.460.48
HSL340.67º51.72%34.12%-
HSV(B)340.67º68.18%51.76%-
XYZ11.487.026.71-
YUV72.22127.32170.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=53.88%
G=17.14%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132427100.680.460.48340.6751.7234.12
Hex842A470442E301553422
Octal20452107010456605256442
Binary10000100101010100011101000100101110110000101010101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A47; }

 p { color: rgb(132,42,71); }

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

<style>
 a { background-color: #842A47; }

 a { background-color: rgb(132,42,71); }

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

<style>
 span { border-color: #842A47; }

 span { border-color: rgb(132,42,71); }

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