Html Css Color HEX #890A46 Disco

📋 copy color: '#890A46'

red 137 ◦ green 10 ◦ blue 70

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

Shades of Disco #890A46

Tints of Disco #890A46

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 63.13%
G = 4.61%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#890A46 (or 0x890A46) is known color: Disco. HEX triplet: 89, 0A and 46. RGB value is (137,10,70). Sum of RGB (Red+Green+Blue) = 137+10+70=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #890A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A46 is #76F5B9. Grayscale: #363636. Windows color (decimal): -7796154 or 4590217. OLE color: 4590217.

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

Color convert

RGB 137 10 70 -
CMYK 0 0.93 0.49 0.46
HSL 331.65º 0.86% 0.29% -
HSV(B) 331.65º 0.93% 0.54% -
XYZ 11.53 5.98 6.34 -
YUV 54.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 137 10 70 0 0.93 0.49 0.46 331.65 0.86 0.29
Hex 89 A 46 0 5D 31 2E 14C 56 1D
Octal 211 12 106 0 135 61 56 514 126 35
Binary 10001001 1010 1000110 0 1011101 110001 101110 101001100 1010110 11101

Color Harmonies of #890A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A46

Black with #890A46

Text Example


Text Example

White with #890A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,70); }

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

background-color css

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

 a { background-color: rgb(137,10,70); }

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

border-color css

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

 span { border-color: rgb(137,10,70); }

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