#842C4A

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

Shades of Disco #842C4A

Tints of Disco #842C4A

Color information

#842C4A (or 0x842C4A) is unknown color: approx Disco. HEX triplet: 84, 2C and 4A. RGB value is (132,44,74). Sum of RGB (Red+Green+Blue) = 132+44+74=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #842C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C4A is #7BD3B5. Grayscale: #494949. Windows color (decimal): -8115126 or 4861060. OLE color: 4861060.

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

Color convert

RGB1324474-
CMYK00.670.440.48
HSL339.55º50%34.51%-
HSV(B)339.55º66.67%51.76%-
XYZ11.657.27.25-
YUV73.73128.15169.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 44 (17.58% from 255) = 17.6%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=52.8%
G=17.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132447400.670.440.48339.555034.51
Hex842C4A0432C301543223
Octal20454112010354605246243
Binary10000100101100100101001000011101100110000101010100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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