#841C44

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

Shades of Disco #841C44

Tints of Disco #841C44

Color information

#841C44 (or 0x841C44) is unknown color: approx Disco. HEX triplet: 84, 1C and 44. RGB value is (132,28,68). Sum of RGB (Red+Green+Blue) = 132+28+68=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #841C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C44 is #7BE3BB. Grayscale: #3F3F3F. Windows color (decimal): -8119228 or 4463748. OLE color: 4463748.

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

Color convert

RGB1322868-
CMYK00.790.480.48
HSL336.92º65%31.37%-
HSV(B)336.92º78.79%51.76%-
XYZ10.976.156.08-
YUV63.66130.46176.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=57.89%
G=12.28%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132286800.790.480.48336.926531.37
Hex841C4404F3030151411f
Octal204341040117606052110137
Binary1000010011100100010001001111110000110000101010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,28,68); }

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

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

 a { background-color: rgb(132,28,68); }

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

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

 span { border-color: rgb(132,28,68); }

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