#841E4B

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

Shades of Disco #841E4B

Tints of Disco #841E4B

Color information

#841E4B (or 0x841E4B) is unknown color: approx Disco. HEX triplet: 84, 1E and 4B. RGB value is (132,30,75). Sum of RGB (Red+Green+Blue) = 132+30+75=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #841E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E4B is #7BE1B4. Grayscale: #414141. Windows color (decimal): -8118709 or 4923012. OLE color: 4923012.

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

Color convert

RGB1323075-
CMYK00.770.430.48
HSL333.53º62.96%31.76%-
HSV(B)333.53º77.27%51.76%-
XYZ11.256.347.29-
YUV65.63133.29175.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=55.70%
G=12.66%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132307500.770.430.48333.5362.9631.76
Hex841E4B04D2B3014e3f20
Octal20436113011553605167740
Binary1000010011110100101101001101101011110000101001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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