#863351

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

Shades of Disco #863351

Tints of Disco #863351

Color information

#863351 (or 0x863351) is unknown color: approx Disco. HEX triplet: 86, 33 and 51. RGB value is (134,51,81). Sum of RGB (Red+Green+Blue) = 134+51+81=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #863351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863351 is #79CCAE. Grayscale: #4F4F4F. Windows color (decimal): -7982255 or 5321606. OLE color: 5321606.

HSL color Cylindrical-coordinate representation of color #863351: hue angle of 338.31º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863351 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1345181-
CMYK00.620.400.47
HSL338.31º44.86%36.27%-
HSV(B)338.31º61.94%52.55%-
XYZ12.58.038.68-
YUV79.24129167.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=50.38%
G=19.17%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134518100.620.400.47338.3144.8636.27
Hex86335103E282F1522d24
Octal2066312107650575225544
Binary1000011011001110100010111110101000101111101010010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863351; }

 p { color: rgb(134,51,81); }

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

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

 a { background-color: rgb(134,51,81); }

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

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

 span { border-color: rgb(134,51,81); }

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