#841E4C

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

Shades of Disco #841E4C

Tints of Disco #841E4C

Color information

#841E4C (or 0x841E4C) is unknown color: approx Disco. HEX triplet: 84, 1E and 4C. RGB value is (132,30,76). Sum of RGB (Red+Green+Blue) = 132+30+76=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #841E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E4C is #7BE1B3. Grayscale: #414141. Windows color (decimal): -8118708 or 4988548. OLE color: 4988548.

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

Color convert

RGB1323076-
CMYK00.770.420.48
HSL332.94º62.96%31.76%-
HSV(B)332.94º77.27%51.76%-
XYZ11.286.367.47-
YUV65.74133.79175.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=55.46%
G=12.61%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132307600.770.420.48332.9462.9631.76
Hex841E4C04D2A3014d3f20
Octal20436114011552605157740
Binary1000010011110100110001001101101010110000101001101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,30,76); }

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

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

 a { background-color: rgb(132,30,76); }

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

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

 span { border-color: rgb(132,30,76); }

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