Html Css Color HEX #890E41 Disco

📋 copy color: '#890E41'

red 137 ◦ green 14 ◦ blue 65

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

Shades of Disco #890E41

Tints of Disco #890E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.09%

R = 63.43%
G = 6.48%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#890E41 (or 0x890E41) is known color: Disco. HEX triplet: 89, 0E and 41. RGB value is (137,14,65). Sum of RGB (Red+Green+Blue) = 137+14+65=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #890E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E41 is #76F1BE. Grayscale: #383838. Windows color (decimal): -7795135 or 4263561. OLE color: 4263561.

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

Color convert

RGB 137 14 65 -
CMYK 0 0.90 0.53 0.46
HSL 335.12º 0.81% 0.3% -
HSV(B) 335.12º 0.9% 0.54% -
XYZ 11.43 6.01 5.56 -
YUV 56.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 137 14 65 0 0.90 0.53 0.46 335.12 0.81 0.3
Hex 89 E 41 0 5A 35 2E 14F 51 1E
Octal 211 16 101 0 132 65 56 517 121 36
Binary 10001001 1110 1000001 0 1011010 110101 101110 101001111 1010001 11110

Color Harmonies of #890E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E41

Black with #890E41

Text Example


Text Example

White with #890E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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