#863650

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

Shades of Disco #863650

Tints of Disco #863650

Color information

#863650 (or 0x863650) is unknown color: approx Disco. HEX triplet: 86, 36 and 50. RGB value is (134,54,80). Sum of RGB (Red+Green+Blue) = 134+54+80=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #863650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863650 is #79C9AF. Grayscale: #505050. Windows color (decimal): -7981488 or 5256838. OLE color: 5256838.

HSL color Cylindrical-coordinate representation of color #863650: hue angle of 340.5º 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 #863650 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1345480-
CMYK00.600.400.47
HSL340.5º42.55%36.86%-
HSV(B)340.5º59.7%52.55%-
XYZ12.68.298.52-
YUV80.88127.5165.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=50%
G=20.15%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134548000.600.400.47340.542.5536.86
Hex86365003C282F1542b25
Octal2066612007450575245345
Binary1000011011011010100000111100101000101111101010100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863650; }

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

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

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

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

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

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

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

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