Html Css Color HEX #890020 Burgundy

📋 copy color: '#890020'

red 137 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #890020

Tints of Burgundy #890020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.07%
G = 0%
B = 18.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#890020 (or 0x890020) is known color: Burgundy. HEX triplet: 89, 00 and 20. RGB value is (137,0,32). Sum of RGB (Red+Green+Blue) = 137+0+32=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #890020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890020 is #76FFDF. Grayscale: #2C2C2C. Windows color (decimal): -7798752 or 2097289. OLE color: 2097289.

HSL color Cylindrical-coordinate representation of color #890020: hue angle of 345.99º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890020 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 32 -
CMYK 0 1 0.77 0.46
HSL 345.99º 1% 0.27% -
HSV(B) 345.99º 1% 0.54% -
XYZ 10.58 5.42 1.86 -
YUV 44.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 137 0 32 0 1 0.77 0.46 345.99 1 0.27
Hex 89 0 20 0 64 4D 2E 15A 64 1B
Octal 211 0 40 0 144 115 56 532 144 33
Binary 10001001 0 100000 0 1100100 1001101 101110 101011010 1100100 11011

Color Harmonies of #890020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890020

Black with #890020

Text Example


Text Example

White with #890020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890020; }

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

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

background-color css

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

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

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

border-color css

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

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

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