#863652

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

Shades of Disco #863652

Tints of Disco #863652

Color information

#863652 (or 0x863652) is unknown color: approx Disco. HEX triplet: 86, 36 and 52. RGB value is (134,54,82). Sum of RGB (Red+Green+Blue) = 134+54+82=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #863652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863652 is #79C9AD. Grayscale: #515151. Windows color (decimal): -7981486 or 5387910. OLE color: 5387910.

HSL color Cylindrical-coordinate representation of color #863652: hue angle of 339º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863652 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1345482-
CMYK00.600.390.47
HSL339º42.55%36.86%-
HSV(B)339º59.7%52.55%-
XYZ12.678.328.92-
YUV81.11128.5165.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=49.63%
G=20%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134548200.600.390.4733942.5536.86
Hex86365203C272F1532b25
Octal2066612207447575235345
Binary1000011011011010100100111100100111101111101010011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863652; }

 p { color: rgb(134,54,82); }

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

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

 a { background-color: rgb(134,54,82); }

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

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

 span { border-color: rgb(134,54,82); }

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