Html Css Color HEX #89022A Burgundy

📋 copy color: '#89022A'

red 137 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #89022A

Tints of Burgundy #89022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 75.69%
G = 1.1%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89022A (or 0x89022A) is known color: Burgundy. HEX triplet: 89, 02 and 2A. RGB value is (137,2,42). Sum of RGB (Red+Green+Blue) = 137+2+42=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #89022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89022A is #76FDD5. Grayscale: #2E2E2E. Windows color (decimal): -7798230 or 2753161. OLE color: 2753161.

HSL color Cylindrical-coordinate representation of color #89022A: hue angle of 342.22º 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 #89022A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 42 -
CMYK 0 0.99 0.69 0.46
HSL 342.22º 0.97% 0.27% -
HSV(B) 342.22º 0.99% 0.54% -
XYZ 10.76 5.53 2.69 -
YUV 46.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 137 2 42 0 0.99 0.69 0.46 342.22 0.97 0.27
Hex 89 2 2A 0 63 45 2E 156 61 1B
Octal 211 2 52 0 143 105 56 526 141 33
Binary 10001001 10 101010 0 1100011 1000101 101110 101010110 1100001 11011

Color Harmonies of #89022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89022A

Black with #89022A

Text Example


Text Example

White with #89022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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