#842545

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

Shades of Disco #842545

Tints of Disco #842545

Color information

#842545 (or 0x842545) is unknown color: approx Disco. HEX triplet: 84, 25 and 45. RGB value is (132,37,69). Sum of RGB (Red+Green+Blue) = 132+37+69=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #842545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842545 is #7BDABA. Grayscale: #454545. Windows color (decimal): -8116923 or 4531588. OLE color: 4531588.

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

Color convert

RGB1323769-
CMYK00.720.480.48
HSL339.79º56.21%33.14%-
HSV(B)339.79º71.97%51.76%-
XYZ11.256.666.32-
YUV69.05127.97172.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.46%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 69 (27.34% from 255) = 28.99%
R=55.46%
G=15.55%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132376900.720.480.48339.7956.2133.14
Hex84254504830301543821
Octal20445105011060605247041
Binary10000100100101100010101001000110000110000101010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842545; }

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

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

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

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

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

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

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

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