#842B4A

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

Shades of Disco #842B4A

Tints of Disco #842B4A

Color information

#842B4A (or 0x842B4A) is unknown color: approx Disco. HEX triplet: 84, 2B and 4A. RGB value is (132,43,74). Sum of RGB (Red+Green+Blue) = 132+43+74=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #842B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B4A is #7BD4B5. Grayscale: #494949. Windows color (decimal): -8115382 or 4860804. OLE color: 4860804.

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

Color convert

RGB1324374-
CMYK00.670.440.48
HSL339.1º50.86%34.31%-
HSV(B)339.1º67.42%51.76%-
XYZ11.627.137.24-
YUV73.15128.49169.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=53.01%
G=17.27%
B=29.72%

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
Decimal132437400.670.440.48339.150.8634.31
Hex842B4A0432C301533322
Octal20453112010354605236342
Binary10000100101011100101001000011101100110000101010011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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