#842543

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

Shades of Disco #842543

Tints of Disco #842543

Color information

#842543 (or 0x842543) is unknown color: approx Disco. HEX triplet: 84, 25 and 43. RGB value is (132,37,67). Sum of RGB (Red+Green+Blue) = 132+37+67=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #842543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842543 is #7BDABC. Grayscale: #444444. Windows color (decimal): -8116925 or 4400516. OLE color: 4400516.

HSL color Cylindrical-coordinate representation of color #842543: hue angle of 341.05º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842543 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1323767-
CMYK00.720.490.48
HSL341.05º56.21%33.14%-
HSV(B)341.05º71.97%51.76%-
XYZ11.196.636-
YUV68.82126.97173.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 67 (26.56% from 255) = 28.39%
R=55.93%
G=15.68%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132376700.720.490.48341.0556.2133.14
Hex84254304831301553821
Octal20445103011061605257041
Binary10000100100101100001101001000110001110000101010101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842543; }

 p { color: rgb(132,37,67); }

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

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

 a { background-color: rgb(132,37,67); }

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

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

 span { border-color: rgb(132,37,67); }

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