Html Css Color HEX #89011A Burgundy

📋 copy color: '#89011A'

red 137 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #89011A

Tints of Burgundy #89011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 83.54%
G = 0.61%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#89011A (or 0x89011A) is known color: Burgundy. HEX triplet: 89, 01 and 1A. RGB value is (137,1,26). Sum of RGB (Red+Green+Blue) = 137+1+26=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #89011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89011A is #76FEE5. Grayscale: #2C2C2C. Windows color (decimal): -7798502 or 1704329. OLE color: 1704329.

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

Color convert

RGB 137 1 26 -
CMYK 0 0.99 0.81 0.46
HSL 348.97º 0.99% 0.27% -
HSV(B) 348.97º 0.99% 0.54% -
XYZ 10.51 5.41 1.47 -
YUV 44.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 137 1 26 0 0.99 0.81 0.46 348.97 0.99 0.27
Hex 89 1 1A 0 63 51 2E 15D 63 1B
Octal 211 1 32 0 143 121 56 535 143 33
Binary 10001001 1 11010 0 1100011 1010001 101110 101011101 1100011 11011

Color Harmonies of #89011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89011A

Black with #89011A

Text Example


Text Example

White with #89011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,1,26); }

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

background-color css

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

 a { background-color: rgb(137,1,26); }

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

border-color css

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

 span { border-color: rgb(137,1,26); }

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