#86214C

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

Shades of Disco #86214C

Tints of Disco #86214C

Color information

#86214C (or 0x86214C) is unknown color: approx Disco. HEX triplet: 86, 21 and 4C. RGB value is (134,33,76). Sum of RGB (Red+Green+Blue) = 134+33+76=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86214C is #79DEB3. Grayscale: #444444. Windows color (decimal): -7986868 or 4989318. OLE color: 4989318.

HSL color Cylindrical-coordinate representation of color #86214C: hue angle of 334.46º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86214C is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1343376-
CMYK00.750.430.47
HSL334.46º60.48%32.75%-
HSV(B)334.46º75.37%52.55%-
XYZ11.686.687.51-
YUV68.1132.46175-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=55.14%
G=13.58%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134337600.750.430.47334.4660.4832.75
Hex86214C04B2B2F14e3c21
Octal20641114011353575167441
Binary10000110100001100110001001011101011101111101001110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86214C; }

 p { color: rgb(134,33,76); }

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

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

 a { background-color: rgb(134,33,76); }

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

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

 span { border-color: rgb(134,33,76); }

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