#86254E

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

Shades of Disco #86254E

Tints of Disco #86254E

Color information

#86254E (or 0x86254E) is unknown color: approx Disco. HEX triplet: 86, 25 and 4E. RGB value is (134,37,78). Sum of RGB (Red+Green+Blue) = 134+37+78=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86254E is #79DAB1. Grayscale: #464646. Windows color (decimal): -7985842 or 5121414. OLE color: 5121414.

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

Color convert

RGB1343778-
CMYK00.720.420.47
HSL334.64º56.73%33.53%-
HSV(B)334.64º72.39%52.55%-
XYZ11.876.947.92-
YUV70.68132.14173.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=53.82%
G=14.86%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134377800.720.420.47334.6456.7333.53
Hex86254E0482A2F14f3922
Octal20645116011052575177142
Binary10000110100101100111001001000101010101111101001111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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