#842142

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

Shades of Disco #842142

Tints of Disco #842142

Color information

#842142 (or 0x842142) is unknown color: approx Disco. HEX triplet: 84, 21 and 42. RGB value is (132,33,66). Sum of RGB (Red+Green+Blue) = 132+33+66=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842142 is #7BDEBD. Grayscale: #424242. Windows color (decimal): -8117950 or 4333956. OLE color: 4333956.

HSL color Cylindrical-coordinate representation of color #842142: hue angle of 340º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842142 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1323366-
CMYK00.750.50.48
HSL340º60%32.35%-
HSV(B)340º75%51.76%-
XYZ11.046.395.8-
YUV66.36127.8174.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132336600.750.50.483406032.35
Hex84214204B32301543c20
Octal20441102011362605247440
Binary10000100100001100001001001011110010110000101010100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842142; }

 p { color: rgb(132,33,66); }

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

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

 a { background-color: rgb(132,33,66); }

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

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

 span { border-color: rgb(132,33,66); }

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