#841841

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

Shades of Disco #841841

Tints of Disco #841841

Color information

#841841 (or 0x841841) is unknown color: approx Disco. HEX triplet: 84, 18 and 41. RGB value is (132,24,65). Sum of RGB (Red+Green+Blue) = 132+24+65=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #841841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841841 is #7BE7BE. Grayscale: #3C3C3C. Windows color (decimal): -8120255 or 4266116. OLE color: 4266116.

HSL color Cylindrical-coordinate representation of color #841841: hue angle of 337.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841841 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1322465-
CMYK00.820.510.48
HSL337.22º69.23%30.59%-
HSV(B)337.22º81.82%51.76%-
XYZ10.85.945.58-
YUV60.97130.28178.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=59.73%
G=10.86%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132246500.820.510.48337.2269.2330.59
Hex8418410523330151451f
Octal204301010122636052110537
Binary1000010011000100000101010010110011110000101010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841841; }

 p { color: rgb(132,24,65); }

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

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

 a { background-color: rgb(132,24,65); }

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

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

 span { border-color: rgb(132,24,65); }

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