Html Css Color HEX #89021F Burgundy

📋 copy color: '#89021F'

red 137 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #89021F

Tints of Burgundy #89021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 80.59%
G = 1.18%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#89021F (or 0x89021F) is known color: Burgundy. HEX triplet: 89, 02 and 1F. RGB value is (137,2,31). Sum of RGB (Red+Green+Blue) = 137+2+31=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #89021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89021F is #76FDE0. Grayscale: #2D2D2D. Windows color (decimal): -7798241 or 2032265. OLE color: 2032265.

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

Color convert

RGB 137 2 31 -
CMYK 0 0.99 0.77 0.46
HSL 347.11º 0.97% 0.27% -
HSV(B) 347.11º 0.99% 0.54% -
XYZ 10.59 5.46 1.79 -
YUV 45.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 137 2 31 0 0.99 0.77 0.46 347.11 0.97 0.27
Hex 89 2 1F 0 63 4D 2E 15B 61 1B
Octal 211 2 37 0 143 115 56 533 141 33
Binary 10001001 10 11111 0 1100011 1001101 101110 101011011 1100001 11011

Color Harmonies of #89021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89021F

Black with #89021F

Text Example


Text Example

White with #89021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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