#861F46

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

Shades of Disco #861F46

Tints of Disco #861F46

Color information

#861F46 (or 0x861F46) is unknown color: approx Disco. HEX triplet: 86, 1F and 46. RGB value is (134,31,70). Sum of RGB (Red+Green+Blue) = 134+31+70=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #861F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F46 is #79E0B9. Grayscale: #424242. Windows color (decimal): -7987386 or 4595590. OLE color: 4595590.

HSL color Cylindrical-coordinate representation of color #861F46: hue angle of 337.28º 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 #861F46 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1343170-
CMYK00.770.480.47
HSL337.28º62.42%32.35%-
HSV(B)337.28º76.87%52.55%-
XYZ11.436.496.44-
YUV66.24130.12176.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 31 (12.5% from 255) = 13.19%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=57.02%
G=13.19%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134317000.770.480.47337.2862.4232.35
Hex861F4604D302F1513e20
Octal20637106011560575217640
Binary1000011011111100011001001101110000101111101010001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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