#841E4A

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

Shades of Disco #841E4A

Tints of Disco #841E4A

Color information

#841E4A (or 0x841E4A) is unknown color: approx Disco. HEX triplet: 84, 1E and 4A. RGB value is (132,30,74). Sum of RGB (Red+Green+Blue) = 132+30+74=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #841E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E4A is #7BE1B5. Grayscale: #414141. Windows color (decimal): -8118710 or 4857476. OLE color: 4857476.

HSL color Cylindrical-coordinate representation of color #841E4A: hue angle of 334.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E4A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1323074-
CMYK00.770.440.48
HSL334.12º62.96%31.76%-
HSV(B)334.12º77.27%51.76%-
XYZ11.226.337.11-
YUV65.51132.79175.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=55.93%
G=12.71%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132307400.770.440.48334.1262.9631.76
Hex841E4A04D2C3014e3f20
Octal20436112011554605167740
Binary1000010011110100101001001101101100110000101001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841E4A; }

 p { color: rgb(132,30,74); }

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

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

 a { background-color: rgb(132,30,74); }

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

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

 span { border-color: rgb(132,30,74); }

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