#841B42

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

Shades of Disco #841B42

Tints of Disco #841B42

Color information

#841B42 (or 0x841B42) is unknown color: approx Disco. HEX triplet: 84, 1B and 42. RGB value is (132,27,66). Sum of RGB (Red+Green+Blue) = 132+27+66=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #841B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B42 is #7BE4BD. Grayscale: #3E3E3E. Windows color (decimal): -8119486 or 4332420. OLE color: 4332420.

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

Color convert

RGB1322766-
CMYK00.800.50.48
HSL337.71º66.04%31.18%-
HSV(B)337.71º79.55%51.76%-
XYZ10.896.085.75-
YUV62.84129.79177.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=58.67%
G=12%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132276600.800.50.48337.7166.0431.18
Hex841B420503230152421f
Octal204331020120626052210237
Binary1000010011011100001001010000110010110000101010010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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