Html Css Color HEX #890529 Burgundy

📋 copy color: '#890529'

red 137 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #890529

Tints of Burgundy #890529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 74.86%
G = 2.73%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#890529 (or 0x890529) is known color: Burgundy. HEX triplet: 89, 05 and 29. RGB value is (137,5,41). Sum of RGB (Red+Green+Blue) = 137+5+41=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #890529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890529 is #76FAD6. Grayscale: #303030. Windows color (decimal): -7797463 or 2688393. OLE color: 2688393.

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

Color convert

RGB 137 5 41 -
CMYK 0 0.96 0.70 0.46
HSL 343.64º 0.93% 0.28% -
HSV(B) 343.64º 0.96% 0.54% -
XYZ 10.77 5.59 2.61 -
YUV 48.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 137 5 41 0 0.96 0.70 0.46 343.64 0.93 0.28
Hex 89 5 29 0 60 46 2E 158 5D 1C
Octal 211 5 51 0 140 106 56 530 135 34
Binary 10001001 101 101001 0 1100000 1000110 101110 101011000 1011101 11100

Color Harmonies of #890529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890529

Black with #890529

Text Example


Text Example

White with #890529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890529; }

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

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

background-color css

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

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

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

border-color css

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

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

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