Html Css Color HEX #890E47 Disco

📋 copy color: '#890E47'

red 137 ◦ green 14 ◦ blue 71

#890E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #890E47

Tints of Disco #890E47

RGB

 RED value IS 137 (53.91% from 255) = 61.71%

 GREEN value IS 14 (5.86% from 255) = 6.31%

 BLUE value IS 71 (28.13% from 255) = 31.98%

R = 61.71%
G = 6.31%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#890E47 (or 0x890E47) is known color: Disco. HEX triplet: 89, 0E and 47. RGB value is (137,14,71). Sum of RGB (Red+Green+Blue) = 137+14+71=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #890E47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E47 is #76F1B8. Grayscale: #393939. Windows color (decimal): -7795129 or 4656777. OLE color: 4656777.

HSL color Cylindrical-coordinate representation of color #890E47: hue angle of 332.2º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E47 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 71 -
CMYK 0 0.90 0.48 0.46
HSL 332.2º 0.81% 0.3% -
HSV(B) 332.2º 0.9% 0.54% -
XYZ 11.61 6.09 6.52 -
YUV 57.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 137 14 71 0 0.90 0.48 0.46 332.2 0.81 0.3
Hex 89 E 47 0 5A 30 2E 14C 51 1E
Octal 211 16 107 0 132 60 56 514 121 36
Binary 10001001 1110 1000111 0 1011010 110000 101110 101001100 1010001 11110

Color Harmonies of #890E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E47

Black with #890E47

Text Example


Text Example

White with #890E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,14,71); }

 H1.HeaderClassName
 {
   color: #890E47;
 }
 .AnyTagClassName
 {
   color: #890E47;
 }
</style>

background-color css

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

 a { background-color: rgb(137,14,71); }

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

border-color css

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

 span { border-color: rgb(137,14,71); }

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