Html Css Color HEX #890429 Burgundy

📋 copy color: '#890429'

red 137 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #890429

Tints of Burgundy #890429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 75.27%
G = 2.2%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#890429 (or 0x890429) is known color: Burgundy. HEX triplet: 89, 04 and 29. RGB value is (137,4,41). Sum of RGB (Red+Green+Blue) = 137+4+41=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #890429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890429 is #76FBD6. Grayscale: #2F2F2F. Windows color (decimal): -7797719 or 2688137. OLE color: 2688137.

HSL color Cylindrical-coordinate representation of color #890429: hue angle of 343.31º 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 #890429 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 41 -
CMYK 0 0.97 0.70 0.46
HSL 343.31º 0.94% 0.28% -
HSV(B) 343.31º 0.97% 0.54% -
XYZ 10.76 5.57 2.6 -
YUV 47.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 137 4 41 0 0.97 0.70 0.46 343.31 0.94 0.28
Hex 89 4 29 0 61 46 2E 157 5E 1C
Octal 211 4 51 0 141 106 56 527 136 34
Binary 10001001 100 101001 0 1100001 1000110 101110 101010111 1011110 11100

Color Harmonies of #890429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890429

Black with #890429

Text Example


Text Example

White with #890429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890429; }

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

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

background-color css

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

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

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

border-color css

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

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

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