#842643

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

Shades of Disco #842643

Tints of Disco #842643

Color information

#842643 (or 0x842643) is unknown color: approx Disco. HEX triplet: 84, 26 and 43. RGB value is (132,38,67). Sum of RGB (Red+Green+Blue) = 132+38+67=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #842643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842643 is #7BD9BC. Grayscale: #454545. Windows color (decimal): -8116669 or 4400772. OLE color: 4400772.

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

Color convert

RGB1323867-
CMYK00.710.490.48
HSL341.49º55.29%33.33%-
HSV(B)341.49º71.21%51.76%-
XYZ11.226.76.01-
YUV69.41126.64172.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=55.70%
G=16.03%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132386700.710.490.48341.4955.2933.33
Hex84264304731301553721
Octal20446103010761605256741
Binary10000100100110100001101000111110001110000101010101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842643; }

 p { color: rgb(132,38,67); }

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

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

 a { background-color: rgb(132,38,67); }

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

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

 span { border-color: rgb(132,38,67); }

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