Html Css Color HEX #89022F Burgundy

📋 copy color: '#89022F'

red 137 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #89022F

Tints of Burgundy #89022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 73.66%
G = 1.08%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89022F (or 0x89022F) is known color: Burgundy. HEX triplet: 89, 02 and 2F. RGB value is (137,2,47). Sum of RGB (Red+Green+Blue) = 137+2+47=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #89022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89022F is #76FDD0. Grayscale: #2F2F2F. Windows color (decimal): -7798225 or 3080841. OLE color: 3080841.

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

Color convert

RGB 137 2 47 -
CMYK 0 0.99 0.66 0.46
HSL 340º 0.97% 0.27% -
HSV(B) 340º 0.99% 0.54% -
XYZ 10.85 5.57 3.19 -
YUV 47.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 137 2 47 0 0.99 0.66 0.46 340 0.97 0.27
Hex 89 2 2F 0 63 42 2E 154 61 1B
Octal 211 2 57 0 143 102 56 524 141 33
Binary 10001001 10 101111 0 1100011 1000010 101110 101010100 1100001 11011

Color Harmonies of #89022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89022F

Black with #89022F

Text Example


Text Example

White with #89022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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