Html Css Color HEX #890428 Burgundy

📋 copy color: '#890428'

red 137 ◦ green 4 ◦ blue 40

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

Shades of Burgundy #890428

Tints of Burgundy #890428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 75.69%
G = 2.21%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#890428 (or 0x890428) is known color: Burgundy. HEX triplet: 89, 04 and 28. RGB value is (137,4,40). Sum of RGB (Red+Green+Blue) = 137+4+40=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890428 is #76FBD7. Grayscale: #2F2F2F. Windows color (decimal): -7797720 or 2622601. OLE color: 2622601.

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

Color convert

RGB 137 4 40 -
CMYK 0 0.97 0.71 0.46
HSL 343.76º 0.94% 0.28% -
HSV(B) 343.76º 0.97% 0.54% -
XYZ 10.74 5.56 2.51 -
YUV 47.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 137 4 40 0 0.97 0.71 0.46 343.76 0.94 0.28
Hex 89 4 28 0 61 47 2E 158 5E 1C
Octal 211 4 50 0 141 107 56 530 136 34
Binary 10001001 100 101000 0 1100001 1000111 101110 101011000 1011110 11100

Color Harmonies of #890428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890428

Black with #890428

Text Example


Text Example

White with #890428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890428; }

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

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

background-color css

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

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

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

border-color css

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

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

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