#863352

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

Shades of Disco #863352

Tints of Disco #863352

Color information

#863352 (or 0x863352) is unknown color: approx Disco. HEX triplet: 86, 33 and 52. RGB value is (134,51,82). Sum of RGB (Red+Green+Blue) = 134+51+82=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #863352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863352 is #79CCAD. Grayscale: #4F4F4F. Windows color (decimal): -7982254 or 5387142. OLE color: 5387142.

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

Color convert

RGB1345182-
CMYK00.620.390.47
HSL337.59º44.86%36.27%-
HSV(B)337.59º61.94%52.55%-
XYZ12.548.058.87-
YUV79.35129.5166.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=50.19%
G=19.10%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134518200.620.390.47337.5944.8636.27
Hex86335203E272F1522d24
Octal2066312207647575225544
Binary1000011011001110100100111110100111101111101010010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863352; }

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

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

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

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

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

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

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

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