Html Css Color HEX #89013E Burgundy

📋 copy color: '#89013E'

red 137 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #89013E

Tints of Burgundy #89013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31%

R = 68.5%
G = 0.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89013E (or 0x89013E) is known color: Burgundy. HEX triplet: 89, 01 and 3E. RGB value is (137,1,62). Sum of RGB (Red+Green+Blue) = 137+1+62=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89013E is #76FEC1. Grayscale: #303030. Windows color (decimal): -7798466 or 4063625. OLE color: 4063625.

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

Color convert

RGB 137 1 62 -
CMYK 0 0.99 0.55 0.46
HSL 333.09º 0.99% 0.27% -
HSV(B) 333.09º 0.99% 0.54% -
XYZ 11.2 5.69 5.07 -
YUV 48.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 137 1 62 0 0.99 0.55 0.46 333.09 0.99 0.27
Hex 89 1 3E 0 63 37 2E 14D 63 1B
Octal 211 1 76 0 143 67 56 515 143 33
Binary 10001001 1 111110 0 1100011 110111 101110 101001101 1100011 11011

Color Harmonies of #89013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89013E

Black with #89013E

Text Example


Text Example

White with #89013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89013E; }

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

 H1.HeaderClassName
 {
   color: #89013E;
 }
 .AnyTagClassName
 {
   color: #89013E;
 }
</style>

background-color css

<style>
 a { background-color: #89013E; }

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

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

border-color css

<style>
 span { border-color: #89013E; }

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

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