#890F48

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

Shades of Disco #890F48

Tints of Disco #890F48

Color information

#890F48 (or 0x890F48) is unknown color: approx Disco. HEX triplet: 89, 0F and 48. RGB value is (137,15,72). Sum of RGB (Red+Green+Blue) = 137+15+72=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #890F48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F48 is #76F0B7. Grayscale: #393939. Windows color (decimal): -7794872 or 4722569. OLE color: 4722569.

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

Color convert

RGB1371572-
CMYK00.890.470.46
HSL331.97º80.26%29.8%-
HSV(B)331.97º89.05%53.73%-
XYZ11.666.136.7-
YUV57.98135.92184.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.16%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=61.16%
G=6.70%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137157200.890.470.46331.9780.2629.8
Hex89F480592F2E14c501e
Octal211171100131575651412036
Binary100010011111100100001011001101111101110101001100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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