#842541

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

Shades of Disco #842541

Tints of Disco #842541

Color information

#842541 (or 0x842541) is unknown color: approx Disco. HEX triplet: 84, 25 and 41. RGB value is (132,37,65). Sum of RGB (Red+Green+Blue) = 132+37+65=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #842541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842541 is #7BDABE. Grayscale: #444444. Windows color (decimal): -8116927 or 4269444. OLE color: 4269444.

HSL color Cylindrical-coordinate representation of color #842541: hue angle of 342.32º 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 #842541 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1323765-
CMYK00.720.510.48
HSL342.32º56.21%33.14%-
HSV(B)342.32º71.97%51.76%-
XYZ11.136.615.69-
YUV68.6125.97173.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=56.41%
G=15.81%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132376500.720.510.48342.3256.2133.14
Hex84254104833301563821
Octal20445101011063605267041
Binary10000100100101100000101001000110011110000101010110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842541; }

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

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

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

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

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

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

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

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