#890F40

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

Shades of Disco #890F40

Tints of Disco #890F40

Color information

#890F40 (or 0x890F40) is unknown color: approx Disco. HEX triplet: 89, 0F and 40. RGB value is (137,15,64). Sum of RGB (Red+Green+Blue) = 137+15+64=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #890F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F40 is #76F0BF. Grayscale: #383838. Windows color (decimal): -7794880 or 4198281. OLE color: 4198281.

HSL color Cylindrical-coordinate representation of color #890F40: hue angle of 335.9º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F40 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1371564-
CMYK00.890.530.46
HSL335.9º80.26%29.8%-
HSV(B)335.9º89.05%53.73%-
XYZ11.416.035.41-
YUV57.06131.92185.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=63.43%
G=6.94%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137156400.890.530.46335.980.2629.8
Hex89F40059352E150501e
Octal211171000131655652012036
Binary100010011111100000001011001110101101110101010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890F40; }

 p { color: rgb(137,15,64); }

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

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

 a { background-color: rgb(137,15,64); }

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

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

 span { border-color: rgb(137,15,64); }

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