Html Css Color HEX #891022 Burgundy

📋 copy color: '#891022'

red 137 ◦ green 16 ◦ blue 34

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

Shades of Burgundy #891022

Tints of Burgundy #891022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 73.26%
G = 8.56%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#891022 (or 0x891022) is known color: Burgundy. HEX triplet: 89, 10 and 22. RGB value is (137,16,34). Sum of RGB (Red+Green+Blue) = 137+16+34=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #891022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891022 is #76EFDD. Grayscale: #363636. Windows color (decimal): -7794654 or 2232457. OLE color: 2232457.

HSL color Cylindrical-coordinate representation of color #891022: hue angle of 351.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 #891022 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 16 34 -
CMYK 0 0.88 0.75 0.46
HSL 351.07º 0.79% 0.3% -
HSV(B) 351.07º 0.88% 0.54% -
XYZ 10.79 5.8 2.07 -
YUV 54.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 137 16 34 0 0.88 0.75 0.46 351.07 0.79 0.3
Hex 89 10 22 0 58 4B 2E 15F 4F 1E
Octal 211 20 42 0 130 113 56 537 117 36
Binary 10001001 10000 100010 0 1011000 1001011 101110 101011111 1001111 11110

Color Harmonies of #891022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891022

Black with #891022

Text Example


Text Example

White with #891022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891022; }

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

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

background-color css

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

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

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

border-color css

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

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

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