#861F47

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

Shades of Disco #861F47

Tints of Disco #861F47

Color information

#861F47 (or 0x861F47) is unknown color: approx Disco. HEX triplet: 86, 1F and 47. RGB value is (134,31,71). Sum of RGB (Red+Green+Blue) = 134+31+71=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #861F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F47 is #79E0B8. Grayscale: #424242. Windows color (decimal): -7987385 or 4661126. OLE color: 4661126.

HSL color Cylindrical-coordinate representation of color #861F47: hue angle of 336.7º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F47 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1343171-
CMYK00.770.470.47
HSL336.7º62.42%32.35%-
HSV(B)336.7º76.87%52.55%-
XYZ11.466.56.61-
YUV66.36130.62176.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=56.78%
G=13.14%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134317100.770.470.47336.762.4232.35
Hex861F4704D2F2F1513e20
Octal20637107011557575217640
Binary1000011011111100011101001101101111101111101010001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861F47; }

 p { color: rgb(134,31,71); }

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

<style>
 a { background-color: #861F47; }

 a { background-color: rgb(134,31,71); }

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

<style>
 span { border-color: #861F47; }

 span { border-color: rgb(134,31,71); }

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