Html Css Color HEX #89041B Burgundy

📋 copy color: '#89041B'

red 137 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #89041B

Tints of Burgundy #89041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 81.55%
G = 2.38%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89041B (or 0x89041B) is known color: Burgundy. HEX triplet: 89, 04 and 1B. RGB value is (137,4,27). Sum of RGB (Red+Green+Blue) = 137+4+27=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #89041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89041B is #76FBE4. Grayscale: #2E2E2E. Windows color (decimal): -7797733 or 1770633. OLE color: 1770633.

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

Color convert

RGB 137 4 27 -
CMYK 0 0.97 0.80 0.46
HSL 349.62º 0.94% 0.28% -
HSV(B) 349.62º 0.97% 0.54% -
XYZ 10.56 5.48 1.54 -
YUV 46.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 137 4 27 0 0.97 0.80 0.46 349.62 0.94 0.28
Hex 89 4 1B 0 61 50 2E 15E 5E 1C
Octal 211 4 33 0 141 120 56 536 136 34
Binary 10001001 100 11011 0 1100001 1010000 101110 101011110 1011110 11100

Color Harmonies of #89041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89041B

Black with #89041B

Text Example


Text Example

White with #89041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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