#841346

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

Shades of Disco #841346

Tints of Disco #841346

Color information

#841346 (or 0x841346) is unknown color: approx Disco. HEX triplet: 84, 13 and 46. RGB value is (132,19,70). Sum of RGB (Red+Green+Blue) = 132+19+70=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #841346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841346 is #7BECB9. Grayscale: #3A3A3A. Windows color (decimal): -8121530 or 4592516. OLE color: 4592516.

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

Color convert

RGB1321970-
CMYK00.860.470.48
HSL332.92º74.83%29.61%-
HSV(B)332.92º85.61%51.76%-
XYZ10.855.816.34-
YUV58.6134.44180.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=59.73%
G=8.60%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132197000.860.470.48332.9274.8329.61
Hex8413460562F3014d4b1e
Octal204231060126576051511336
Binary1000010010011100011001010110101111110000101001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841346; }

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

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

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

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

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

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

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

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