Html Css Color HEX #890520 Burgundy

📋 copy color: '#890520'

red 137 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #890520

Tints of Burgundy #890520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 78.74%
G = 2.87%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#890520 (or 0x890520) is known color: Burgundy. HEX triplet: 89, 05 and 20. RGB value is (137,5,32). Sum of RGB (Red+Green+Blue) = 137+5+32=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #890520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890520 is #76FADF. Grayscale: #2F2F2F. Windows color (decimal): -7797472 or 2098569. OLE color: 2098569.

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

Color convert

RGB 137 5 32 -
CMYK 0 0.96 0.77 0.46
HSL 347.73º 0.93% 0.28% -
HSV(B) 347.73º 0.96% 0.54% -
XYZ 10.63 5.53 1.87 -
YUV 47.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 137 5 32 0 0.96 0.77 0.46 347.73 0.93 0.28
Hex 89 5 20 0 60 4D 2E 15C 5D 1C
Octal 211 5 40 0 140 115 56 534 135 34
Binary 10001001 101 100000 0 1100000 1001101 101110 101011100 1011101 11100

Color Harmonies of #890520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890520

Black with #890520

Text Example


Text Example

White with #890520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890520; }

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

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

background-color css

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

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

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

border-color css

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

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

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