#841F42

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

Shades of Disco #841F42

Tints of Disco #841F42

Color information

#841F42 (or 0x841F42) is unknown color: approx Disco. HEX triplet: 84, 1F and 42. RGB value is (132,31,66). Sum of RGB (Red+Green+Blue) = 132+31+66=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #841F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F42 is #7BE0BD. Grayscale: #414141. Windows color (decimal): -8118462 or 4333444. OLE color: 4333444.

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

Color convert

RGB1323166-
CMYK00.770.50.48
HSL339.21º61.96%31.96%-
HSV(B)339.21º76.52%51.76%-
XYZ10.996.285.79-
YUV65.19128.46175.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=57.64%
G=13.54%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132316600.770.50.48339.2161.9631.96
Hex841F4204D32301533e20
Octal20437102011562605237640
Binary1000010011111100001001001101110010110000101010011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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