#893650

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

Shades of Disco #893650

Tints of Disco #893650

Color information

#893650 (or 0x893650) is unknown color: approx Disco. HEX triplet: 89, 36 and 50. RGB value is (137,54,80). Sum of RGB (Red+Green+Blue) = 137+54+80=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #893650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893650 is #76C9AF. Grayscale: #515151. Windows color (decimal): -7784880 or 5256841. OLE color: 5256841.

HSL color Cylindrical-coordinate representation of color #893650: hue angle of 341.2º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893650 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1375480-
CMYK00.610.420.46
HSL341.2º43.46%37.45%-
HSV(B)341.2º60.58%53.73%-
XYZ13.088.548.55-
YUV81.78127167.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=50.55%
G=19.93%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137548000.610.420.46341.243.4637.45
Hex89365003D2A2E1552b25
Octal2116612007552565255345
Binary1000100111011010100000111101101010101110101010101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893650; }

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

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

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

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

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

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

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

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