Html Css Color HEX #890E21 Burgundy

📋 copy color: '#890E21'

red 137 ◦ green 14 ◦ blue 33

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

Shades of Burgundy #890E21

Tints of Burgundy #890E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

 BLUE value IS 33 (13.28% from 255) = 17.93%

R = 74.46%
G = 7.61%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#890E21 (or 0x890E21) is known color: Burgundy. HEX triplet: 89, 0E and 21. RGB value is (137,14,33). Sum of RGB (Red+Green+Blue) = 137+14+33=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #890E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E21 is #76F1DE. Grayscale: #343434. Windows color (decimal): -7795167 or 2166409. OLE color: 2166409.

HSL color Cylindrical-coordinate representation of color #890E21: hue angle of 350.73º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E21 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 33 -
CMYK 0 0.90 0.76 0.46
HSL 350.73º 0.81% 0.3% -
HSV(B) 350.73º 0.9% 0.54% -
XYZ 10.75 5.74 1.98 -
YUV 52.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 137 14 33 0 0.90 0.76 0.46 350.73 0.81 0.3
Hex 89 E 21 0 5A 4C 2E 15F 51 1E
Octal 211 16 41 0 132 114 56 537 121 36
Binary 10001001 1110 100001 0 1011010 1001100 101110 101011111 1010001 11110

Color Harmonies of #890E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E21

Black with #890E21

Text Example


Text Example

White with #890E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890E21; }

 p { color: rgb(137,14,33); }

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

background-color css

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

 a { background-color: rgb(137,14,33); }

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

border-color css

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

 span { border-color: rgb(137,14,33); }

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