Html Css Color HEX #890D49 Disco

📋 copy color: '#890D49'

red 137 ◦ green 13 ◦ blue 73

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

Shades of Disco #890D49

Tints of Disco #890D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 61.43%
G = 5.83%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#890D49 (or 0x890D49) is known color: Disco. HEX triplet: 89, 0D and 49. RGB value is (137,13,73). Sum of RGB (Red+Green+Blue) = 137+13+73=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #890D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D49 is #76F2B6. Grayscale: #383838. Windows color (decimal): -7795383 or 4787593. OLE color: 4787593.

HSL color Cylindrical-coordinate representation of color #890D49: hue angle of 330.97º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D49 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 73 -
CMYK 0 0.91 0.47 0.46
HSL 330.97º 0.83% 0.29% -
HSV(B) 330.97º 0.91% 0.54% -
XYZ 11.66 6.09 6.86 -
YUV 56.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 137 13 73 0 0.91 0.47 0.46 330.97 0.83 0.29
Hex 89 D 49 0 5B 2F 2E 14B 53 1D
Octal 211 15 111 0 133 57 56 513 123 35
Binary 10001001 1101 1001001 0 1011011 101111 101110 101001011 1010011 11101

Color Harmonies of #890D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D49

Black with #890D49

Text Example


Text Example

White with #890D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,13,73); }

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

background-color css

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

 a { background-color: rgb(137,13,73); }

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

border-color css

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

 span { border-color: rgb(137,13,73); }

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