Html Css Color HEX #890424 Burgundy

📋 copy color: '#890424'

red 137 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #890424

Tints of Burgundy #890424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 77.4%
G = 2.26%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890424 (or 0x890424) is known color: Burgundy. HEX triplet: 89, 04 and 24. RGB value is (137,4,36). Sum of RGB (Red+Green+Blue) = 137+4+36=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890424 is #76FBDB. Grayscale: #2F2F2F. Windows color (decimal): -7797724 or 2360457. OLE color: 2360457.

HSL color Cylindrical-coordinate representation of color #890424: hue angle of 345.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890424 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 36 -
CMYK 0 0.97 0.74 0.46
HSL 345.56º 0.94% 0.28% -
HSV(B) 345.56º 0.97% 0.54% -
XYZ 10.68 5.53 2.17 -
YUV 47.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 137 4 36 0 0.97 0.74 0.46 345.56 0.94 0.28
Hex 89 4 24 0 61 4A 2E 15A 5E 1C
Octal 211 4 44 0 141 112 56 532 136 34
Binary 10001001 100 100100 0 1100001 1001010 101110 101011010 1011110 11100

Color Harmonies of #890424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890424

Black with #890424

Text Example


Text Example

White with #890424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890424; }

 p { color: rgb(137,4,36); }

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

background-color css

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

 a { background-color: rgb(137,4,36); }

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

border-color css

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

 span { border-color: rgb(137,4,36); }

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