#890F3E

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

Shades of Disco #890F3E

Tints of Disco #890F3E

Color information

#890F3E (or 0x890F3E) is unknown color: approx Disco. HEX triplet: 89, 0F and 3E. RGB value is (137,15,62). Sum of RGB (Red+Green+Blue) = 137+15+62=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #890F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F3E is #76F0C1. Grayscale: #383838. Windows color (decimal): -7794882 or 4067209. OLE color: 4067209.

HSL color Cylindrical-coordinate representation of color #890F3E: hue angle of 336.89º 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 #890F3E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1371562-
CMYK00.890.550.46
HSL336.89º80.26%29.8%-
HSV(B)336.89º89.05%53.73%-
XYZ11.366.015.12-
YUV56.84130.92185.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.02%
GREEN value IS 15 (6.25% from 255) = 7.01%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=64.02%
G=7.01%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137156200.890.550.46336.8980.2629.8
Hex89F3E059372E151501e
Octal21117760131675652112036
Binary10001001111111111001011001110111101110101010001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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