Html Css Color HEX #891020 Burgundy

📋 copy color: '#891020'

red 137 ◦ green 16 ◦ blue 32

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

Shades of Burgundy #891020

Tints of Burgundy #891020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 74.05%
G = 8.65%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#891020 (or 0x891020) is known color: Burgundy. HEX triplet: 89, 10 and 20. RGB value is (137,16,32). Sum of RGB (Red+Green+Blue) = 137+16+32=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #891020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891020 is #76EFDF. Grayscale: #363636. Windows color (decimal): -7794656 or 2101385. OLE color: 2101385.

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

Color convert

RGB 137 16 32 -
CMYK 0 0.88 0.77 0.46
HSL 352.07º 0.79% 0.3% -
HSV(B) 352.07º 0.88% 0.54% -
XYZ 10.76 5.79 1.92 -
YUV 54 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 137 16 32 0 0.88 0.77 0.46 352.07 0.79 0.3
Hex 89 10 20 0 58 4D 2E 160 4F 1E
Octal 211 20 40 0 130 115 56 540 117 36
Binary 10001001 10000 100000 0 1011000 1001101 101110 101100000 1001111 11110

Color Harmonies of #891020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891020

Black with #891020

Text Example


Text Example

White with #891020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891020; }

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

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

background-color css

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

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

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

border-color css

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

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

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