#863853

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

Shades of Disco #863853

Tints of Disco #863853

Color information

#863853 (or 0x863853) is unknown color: approx Disco. HEX triplet: 86, 38 and 53. RGB value is (134,56,83). Sum of RGB (Red+Green+Blue) = 134+56+83=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863853 is #79C7AC. Grayscale: #525252. Windows color (decimal): -7980973 or 5453958. OLE color: 5453958.

HSL color Cylindrical-coordinate representation of color #863853: hue angle of 339.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863853 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1345683-
CMYK00.580.380.47
HSL339.23º41.05%37.25%-
HSV(B)339.23º58.21%52.55%-
XYZ12.818.529.15-
YUV82.4128.34164.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=49.08%
G=20.51%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134568300.580.380.47339.2341.0537.25
Hex86385303A262F1532925
Octal2067012307246575235145
Binary1000011011100010100110111010100110101111101010011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863853; }

 p { color: rgb(134,56,83); }

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

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

 a { background-color: rgb(134,56,83); }

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

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

 span { border-color: rgb(134,56,83); }

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