#86284C

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

Shades of Disco #86284C

Tints of Disco #86284C

Color information

#86284C (or 0x86284C) is unknown color: approx Disco. HEX triplet: 86, 28 and 4C. RGB value is (134,40,76). Sum of RGB (Red+Green+Blue) = 134+40+76=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86284C is #79D7B3. Grayscale: #484848. Windows color (decimal): -7985076 or 4991110. OLE color: 4991110.

HSL color Cylindrical-coordinate representation of color #86284C: hue angle of 337.02º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86284C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1344076-
CMYK00.700.430.47
HSL337.02º54.02%34.12%-
HSV(B)337.02º70.15%52.55%-
XYZ11.897.117.58-
YUV72.21130.14172.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=53.6%
G=16%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134407600.700.430.47337.0254.0234.12
Hex86284C0462B2F1513622
Octal20650114010653575216642
Binary10000110101000100110001000110101011101111101010001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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