#86214A

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

Shades of Disco #86214A

Tints of Disco #86214A

Color information

#86214A (or 0x86214A) is unknown color: approx Disco. HEX triplet: 86, 21 and 4A. RGB value is (134,33,74). Sum of RGB (Red+Green+Blue) = 134+33+74=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #86214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86214A is #79DEB5. Grayscale: #434343. Windows color (decimal): -7986870 or 4858246. OLE color: 4858246.

HSL color Cylindrical-coordinate representation of color #86214A: hue angle of 335.64º 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 #86214A is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1343374-
CMYK00.750.450.47
HSL335.64º60.48%32.75%-
HSV(B)335.64º75.37%52.55%-
XYZ11.616.657.15-
YUV67.87131.46175.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=55.60%
G=13.69%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134337400.750.450.47335.6460.4832.75
Hex86214A04B2D2F1503c21
Octal20641112011355575207441
Binary10000110100001100101001001011101101101111101010000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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