Html Css Color HEX #89051B Burgundy

📋 copy color: '#89051B'

red 137 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #89051B

Tints of Burgundy #89051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 81.07%
G = 2.96%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89051B (or 0x89051B) is known color: Burgundy. HEX triplet: 89, 05 and 1B. RGB value is (137,5,27). Sum of RGB (Red+Green+Blue) = 137+5+27=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #89051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89051B is #76FAE4. Grayscale: #2F2F2F. Windows color (decimal): -7797477 or 1770889. OLE color: 1770889.

HSL color Cylindrical-coordinate representation of color #89051B: hue angle of 350º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89051B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 27 -
CMYK 0 0.96 0.80 0.46
HSL 350º 0.93% 0.28% -
HSV(B) 350º 0.96% 0.54% -
XYZ 10.57 5.51 1.54 -
YUV 46.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 137 5 27 0 0.96 0.80 0.46 350 0.93 0.28
Hex 89 5 1B 0 60 50 2E 15E 5D 1C
Octal 211 5 33 0 140 120 56 536 135 34
Binary 10001001 101 11011 0 1100000 1010000 101110 101011110 1011101 11100

Color Harmonies of #89051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89051B

Black with #89051B

Text Example


Text Example

White with #89051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89051B; }

 p { color: rgb(137,5,27); }

 H1.HeaderClassName
 {
   color: #89051B;
 }
 .AnyTagClassName
 {
   color: #89051B;
 }
</style>

background-color css

<style>
 a { background-color: #89051B; }

 a { background-color: rgb(137,5,27); }

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

border-color css

<style>
 span { border-color: #89051B; }

 span { border-color: rgb(137,5,27); }

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