#890F43

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

Shades of Disco #890F43

Tints of Disco #890F43

Color information

#890F43 (or 0x890F43) is unknown color: approx Disco. HEX triplet: 89, 0F and 43. RGB value is (137,15,67). Sum of RGB (Red+Green+Blue) = 137+15+67=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #890F43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F43 is #76F0BC. Grayscale: #393939. Windows color (decimal): -7794877 or 4394889. OLE color: 4394889.

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

Color convert

RGB1371567-
CMYK00.890.510.46
HSL334.43º80.26%29.8%-
HSV(B)334.43º89.05%53.73%-
XYZ11.56.075.87-
YUV57.41133.42184.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.56%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=62.56%
G=6.85%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137156700.890.510.46334.4380.2629.8
Hex89F43059332E14e501e
Octal211171030131635651612036
Binary100010011111100001101011001110011101110101001110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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