#841A40

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

Shades of Disco #841A40

Tints of Disco #841A40

Color information

#841A40 (or 0x841A40) is unknown color: approx Disco. HEX triplet: 84, 1A and 40. RGB value is (132,26,64). Sum of RGB (Red+Green+Blue) = 132+26+64=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #841A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A40 is #7BE5BF. Grayscale: #3D3D3D. Windows color (decimal): -8119744 or 4201092. OLE color: 4201092.

HSL color Cylindrical-coordinate representation of color #841A40: hue angle of 338.49º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A40 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1322664-
CMYK00.800.520.48
HSL338.49º67.09%30.98%-
HSV(B)338.49º80.3%51.76%-
XYZ10.816.015.44-
YUV62.03129.12177.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=59.46%
G=11.71%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132266400.800.520.48338.4967.0930.98
Hex841A400503430152431f
Octal204321000120646052210337
Binary1000010011010100000001010000110100110000101010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,26,64); }

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

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

 a { background-color: rgb(132,26,64); }

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

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

 span { border-color: rgb(132,26,64); }

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