#842D4A

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

Shades of Disco #842D4A

Tints of Disco #842D4A

Color information

#842D4A (or 0x842D4A) is unknown color: approx Disco. HEX triplet: 84, 2D and 4A. RGB value is (132,45,74). Sum of RGB (Red+Green+Blue) = 132+45+74=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #842D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D4A is #7BD2B5. Grayscale: #4A4A4A. Windows color (decimal): -8114870 or 4861316. OLE color: 4861316.

HSL color Cylindrical-coordinate representation of color #842D4A: hue angle of 340º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D4A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1324574-
CMYK00.660.440.48
HSL340º49.15%34.71%-
HSV(B)340º65.91%51.76%-
XYZ11.697.287.27-
YUV74.32127.82169.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=52.59%
G=17.93%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132457400.660.440.4834049.1534.71
Hex842D4A0422C301543123
Octal20455112010254605246143
Binary10000100101101100101001000010101100110000101010100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,74); }

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

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

 a { background-color: rgb(132,45,74); }

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

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

 span { border-color: rgb(132,45,74); }

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