#841746

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

Shades of Disco #841746

Tints of Disco #841746

Color information

#841746 (or 0x841746) is unknown color: approx Disco. HEX triplet: 84, 17 and 46. RGB value is (132,23,70). Sum of RGB (Red+Green+Blue) = 132+23+70=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #841746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841746 is #7BE8B9. Grayscale: #3C3C3C. Windows color (decimal): -8120506 or 4593540. OLE color: 4593540.

HSL color Cylindrical-coordinate representation of color #841746: hue angle of 334.13º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841746 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1322370-
CMYK00.830.470.48
HSL334.13º70.32%30.39%-
HSV(B)334.13º82.58%51.76%-
XYZ10.935.966.37-
YUV60.95133.11178.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=58.67%
G=10.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132237000.830.470.48334.1370.3230.39
Hex8417460532F3014e461e
Octal204271060123576051610636
Binary1000010010111100011001010011101111110000101001110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841746; }

 p { color: rgb(132,23,70); }

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

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

 a { background-color: rgb(132,23,70); }

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

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

 span { border-color: rgb(132,23,70); }

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