#841B40

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

Shades of Disco #841B40

Tints of Disco #841B40

Color information

#841B40 (or 0x841B40) is unknown color: approx Disco. HEX triplet: 84, 1B and 40. RGB value is (132,27,64). Sum of RGB (Red+Green+Blue) = 132+27+64=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #841B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B40 is #7BE4BF. Grayscale: #3E3E3E. Windows color (decimal): -8119488 or 4201348. OLE color: 4201348.

HSL color Cylindrical-coordinate representation of color #841B40: hue angle of 338.86º degrees, saturation: 0.66, 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 #841B40 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1322764-
CMYK00.800.520.48
HSL338.86º66.04%31.18%-
HSV(B)338.86º79.55%51.76%-
XYZ10.836.065.45-
YUV62.61128.79177.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=59.19%
G=12.11%
B=28.70%

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
Decimal132276400.800.520.48338.8666.0431.18
Hex841B400503430153421f
Octal204331000120646052310237
Binary1000010011011100000001010000110100110000101010011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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