Html Css Color HEX #89021A Burgundy

📋 copy color: '#89021A'

red 137 ◦ green 2 ◦ blue 26

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

Shades of Burgundy #89021A

Tints of Burgundy #89021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 83.03%
G = 1.21%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#89021A (or 0x89021A) is known color: Burgundy. HEX triplet: 89, 02 and 1A. RGB value is (137,2,26). Sum of RGB (Red+Green+Blue) = 137+2+26=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #89021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89021A is #76FDE5. Grayscale: #2D2D2D. Windows color (decimal): -7798246 or 1704585. OLE color: 1704585.

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

Color convert

RGB 137 2 26 -
CMYK 0 0.99 0.81 0.46
HSL 349.33º 0.97% 0.27% -
HSV(B) 349.33º 0.99% 0.54% -
XYZ 10.52 5.44 1.47 -
YUV 45.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 137 2 26 0 0.99 0.81 0.46 349.33 0.97 0.27
Hex 89 2 1A 0 63 51 2E 15D 61 1B
Octal 211 2 32 0 143 121 56 535 141 33
Binary 10001001 10 11010 0 1100011 1010001 101110 101011101 1100001 11011

Color Harmonies of #89021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89021A

Black with #89021A

Text Example


Text Example

White with #89021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89021A; }

 p { color: rgb(137,2,26); }

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

background-color css

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

 a { background-color: rgb(137,2,26); }

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

border-color css

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

 span { border-color: rgb(137,2,26); }

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