#86133E

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

Shades of Disco #86133E

Tints of Disco #86133E

Color information

#86133E (or 0x86133E) is unknown color: approx Disco. HEX triplet: 86, 13 and 3E. RGB value is (134,19,62). Sum of RGB (Red+Green+Blue) = 134+19+62=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86133E is #79ECC1. Grayscale: #3A3A3A. Windows color (decimal): -7990466 or 4068230. OLE color: 4068230.

HSL color Cylindrical-coordinate representation of color #86133E: hue angle of 337.57º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86133E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1341962-
CMYK00.860.540.47
HSL337.57º75.16%30%-
HSV(B)337.57º85.82%52.55%-
XYZ10.935.885.12-
YUV58.29130.1182-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=62.33%
G=8.84%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134196200.860.540.47337.5775.1630
Hex86133E056362F1524b1e
Octal20623760126665752211336
Binary100001101001111111001010110110110101111101010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,19,62); }

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

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

 a { background-color: rgb(134,19,62); }

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

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

 span { border-color: rgb(134,19,62); }

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