#893351

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

Shades of Disco #893351

Tints of Disco #893351

Color information

#893351 (or 0x893351) is unknown color: approx Disco. HEX triplet: 89, 33 and 51. RGB value is (137,51,81). Sum of RGB (Red+Green+Blue) = 137+51+81=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #893351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893351 is #76CCAE. Grayscale: #505050. Windows color (decimal): -7785647 or 5321609. OLE color: 5321609.

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

Color convert

RGB1375181-
CMYK00.630.410.46
HSL339.07º45.74%36.86%-
HSV(B)339.07º62.77%53.73%-
XYZ12.998.288.7-
YUV80.13128.49168.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=50.93%
G=18.96%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137518100.630.410.46339.0745.7436.86
Hex89335103F292E1532e25
Octal2116312107751565235645
Binary1000100111001110100010111111101001101110101010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893351; }

 p { color: rgb(137,51,81); }

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

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

 a { background-color: rgb(137,51,81); }

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

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

 span { border-color: rgb(137,51,81); }

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