#842345

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

Shades of Disco #842345

Tints of Disco #842345

Color information

#842345 (or 0x842345) is unknown color: approx Disco. HEX triplet: 84, 23 and 45. RGB value is (132,35,69). Sum of RGB (Red+Green+Blue) = 132+35+69=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #842345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842345 is #7BDCBA. Grayscale: #434343. Windows color (decimal): -8117435 or 4531076. OLE color: 4531076.

HSL color Cylindrical-coordinate representation of color #842345: hue angle of 338.97º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842345 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1323569-
CMYK00.730.480.48
HSL338.97º58.08%32.75%-
HSV(B)338.97º73.48%51.76%-
XYZ11.196.546.3-
YUV67.88128.64173.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=55.93%
G=14.83%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132356900.730.480.48338.9758.0832.75
Hex84234504930301533a21
Octal20443105011160605237241
Binary10000100100011100010101001001110000110000101010011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842345; }

 p { color: rgb(132,35,69); }

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

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

 a { background-color: rgb(132,35,69); }

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

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

 span { border-color: rgb(132,35,69); }

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