#86314E

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

Shades of Disco #86314E

Tints of Disco #86314E

Color information

#86314E (or 0x86314E) is unknown color: approx Disco. HEX triplet: 86, 31 and 4E. RGB value is (134,49,78). Sum of RGB (Red+Green+Blue) = 134+49+78=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86314E is #79CEB1. Grayscale: #4D4D4D. Windows color (decimal): -7982770 or 5124486. OLE color: 5124486.

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

Color convert

RGB1344978-
CMYK00.630.420.47
HSL339.53º46.45%35.88%-
HSV(B)339.53º63.43%52.55%-
XYZ12.37.828.07-
YUV77.72128.16168.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=51.34%
G=18.77%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134497800.630.420.47339.5346.4535.88
Hex86314E03F2A2F1542e24
Octal2066111607752575245644
Binary1000011011000110011100111111101010101111101010100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86314E; }

 p { color: rgb(134,49,78); }

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

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

 a { background-color: rgb(134,49,78); }

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

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

 span { border-color: rgb(134,49,78); }

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