#862A4E

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

Shades of Disco #862A4E

Tints of Disco #862A4E

Color information

#862A4E (or 0x862A4E) is unknown color: approx Disco. HEX triplet: 86, 2A and 4E. RGB value is (134,42,78). Sum of RGB (Red+Green+Blue) = 134+42+78=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #862A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862A4E is #79D5B1. Grayscale: #494949. Windows color (decimal): -7984562 or 5122694. OLE color: 5122694.

HSL color Cylindrical-coordinate representation of color #862A4E: hue angle of 336.52º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862A4E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1344278-
CMYK00.690.420.47
HSL336.52º52.27%34.51%-
HSV(B)336.52º68.66%52.55%-
XYZ12.037.277.98-
YUV73.61130.48171.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 42 (16.80% from 255) = 16.54%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=52.76%
G=16.54%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134427800.690.420.47336.5252.2734.51
Hex862A4E0452A2F1513423
Octal20652116010552575216443
Binary10000110101010100111001000101101010101111101010001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862A4E; }

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

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

<style>
 a { background-color: #862A4E; }

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

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

<style>
 span { border-color: #862A4E; }

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

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