#883651

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

Shades of Disco #883651

Tints of Disco #883651

Color information

#883651 (or 0x883651) is unknown color: approx Disco. HEX triplet: 88, 36 and 51. RGB value is (136,54,81). Sum of RGB (Red+Green+Blue) = 136+54+81=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #883651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883651 is #77C9AE. Grayscale: #515151. Windows color (decimal): -7850415 or 5322376. OLE color: 5322376.

HSL color Cylindrical-coordinate representation of color #883651: hue angle of 340.24º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883651 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1365481-
CMYK00.600.400.47
HSL340.24º43.16%37.25%-
HSV(B)340.24º60.29%53.33%-
XYZ12.968.478.74-
YUV81.6127.67166.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=50.18%
G=19.93%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136548100.600.400.47340.2443.1637.25
Hex88365103C282F1542b25
Octal2106612107450575245345
Binary1000100011011010100010111100101000101111101010100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883651; }

 p { color: rgb(136,54,81); }

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

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

 a { background-color: rgb(136,54,81); }

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

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

 span { border-color: rgb(136,54,81); }

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