#863051

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

Shades of Disco #863051

Tints of Disco #863051

Color information

#863051 (or 0x863051) is unknown color: approx Disco. HEX triplet: 86, 30 and 51. RGB value is (134,48,81). Sum of RGB (Red+Green+Blue) = 134+48+81=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #863051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863051 is #79CFAE. Grayscale: #4D4D4D. Windows color (decimal): -7983023 or 5320838. OLE color: 5320838.

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

Color convert

RGB1344881-
CMYK00.640.400.47
HSL336.98º47.25%35.69%-
HSV(B)336.98º64.18%52.55%-
XYZ12.377.788.63-
YUV77.48129.99168.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=50.95%
G=18.25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134488100.640.400.47336.9847.2535.69
Hex863051040282F1512f24
Octal20660121010050575215744
Binary10000110110000101000101000000101000101111101010001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863051; }

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

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

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

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

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

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

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

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