#842C48

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

Shades of Disco #842C48

Tints of Disco #842C48

Color information

#842C48 (or 0x842C48) is unknown color: approx Disco. HEX triplet: 84, 2C and 48. RGB value is (132,44,72). Sum of RGB (Red+Green+Blue) = 132+44+72=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #842C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C48 is #7BD3B7. Grayscale: #494949. Windows color (decimal): -8115128 or 4729988. OLE color: 4729988.

HSL color Cylindrical-coordinate representation of color #842C48: hue angle of 340.91º 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 #842C48 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1324472-
CMYK00.670.450.48
HSL340.91º50%34.51%-
HSV(B)340.91º66.67%51.76%-
XYZ11.597.176.91-
YUV73.5127.15169.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=53.23%
G=17.74%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132447200.670.450.48340.915034.51
Hex842C480432D301553223
Octal20454110010355605256243
Binary10000100101100100100001000011101101110000101010101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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