#86344F

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

Shades of Disco #86344F

Tints of Disco #86344F

Color information

#86344F (or 0x86344F) is unknown color: approx Disco. HEX triplet: 86, 34 and 4F. RGB value is (134,52,79). Sum of RGB (Red+Green+Blue) = 134+52+79=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86344F is #79CBB0. Grayscale: #4F4F4F. Windows color (decimal): -7982001 or 5190790. OLE color: 5190790.

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

Color convert

RGB1345279-
CMYK00.610.410.47
HSL340.24º44.09%36.47%-
HSV(B)340.24º61.19%52.55%-
XYZ12.478.098.3-
YUV79.6127.67166.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=50.57%
G=19.62%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134527900.610.410.47340.2444.0936.47
Hex86344F03D292F1542c24
Octal2066411707551575245444
Binary1000011011010010011110111101101001101111101010100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86344F; }

 p { color: rgb(134,52,79); }

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

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

 a { background-color: rgb(134,52,79); }

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

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

 span { border-color: rgb(134,52,79); }

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