#863151

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

Shades of Disco #863151

Tints of Disco #863151

Color information

#863151 (or 0x863151) is unknown color: approx Disco. HEX triplet: 86, 31 and 51. RGB value is (134,49,81). Sum of RGB (Red+Green+Blue) = 134+49+81=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #863151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863151 is #79CEAE. Grayscale: #4E4E4E. Windows color (decimal): -7982767 or 5321094. OLE color: 5321094.

HSL color Cylindrical-coordinate representation of color #863151: hue angle of 337.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863151 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1344981-
CMYK00.630.400.47
HSL337.41º46.45%35.88%-
HSV(B)337.41º63.43%52.55%-
XYZ12.427.868.65-
YUV78.06129.66167.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=50.76%
G=18.56%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134498100.630.400.47337.4146.4535.88
Hex86315103F282F1512e24
Octal2066112107750575215644
Binary1000011011000110100010111111101000101111101010001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863151; }

 p { color: rgb(134,49,81); }

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

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

 a { background-color: rgb(134,49,81); }

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

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

 span { border-color: rgb(134,49,81); }

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