#883650

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

Shades of Disco #883650

Tints of Disco #883650

Color information

#883650 (or 0x883650) is unknown color: approx Disco. HEX triplet: 88, 36 and 50. RGB value is (136,54,80). Sum of RGB (Red+Green+Blue) = 136+54+80=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #883650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883650 is #77C9AF. Grayscale: #515151. Windows color (decimal): -7850416 or 5256840. OLE color: 5256840.

HSL color Cylindrical-coordinate representation of color #883650: hue angle of 340.98º 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 #883650 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1365480-
CMYK00.600.410.47
HSL340.98º43.16%37.25%-
HSV(B)340.98º60.29%53.33%-
XYZ12.928.458.54-
YUV81.48127.17166.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=50.37%
G=20%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136548000.600.410.47340.9843.1637.25
Hex88365003C292F1552b25
Octal2106612007451575255345
Binary1000100011011010100000111100101001101111101010101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883650; }

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

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

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

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

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

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

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

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