#842641

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

Shades of Disco #842641

Tints of Disco #842641

Color information

#842641 (or 0x842641) is unknown color: approx Disco. HEX triplet: 84, 26 and 41. RGB value is (132,38,65). Sum of RGB (Red+Green+Blue) = 132+38+65=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #842641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842641 is #7BD9BE. Grayscale: #454545. Windows color (decimal): -8116671 or 4269700. OLE color: 4269700.

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

Color convert

RGB1323865-
CMYK00.710.510.48
HSL342.77º55.29%33.33%-
HSV(B)342.77º71.21%51.76%-
XYZ11.166.675.7-
YUV69.18125.64172.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.17%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=56.17%
G=16.17%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132386500.710.510.48342.7755.2933.33
Hex84264104733301573721
Octal20446101010763605276741
Binary10000100100110100000101000111110011110000101010111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842641; }

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

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

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

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

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

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

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

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