Html Css Color HEX #89053E Burgundy

📋 copy color: '#89053E'

red 137 ◦ green 5 ◦ blue 62

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

Shades of Burgundy #89053E

Tints of Burgundy #89053E

RGB

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

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

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

R = 67.16%
G = 2.45%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89053E (or 0x89053E) is known color: Burgundy. HEX triplet: 89, 05 and 3E. RGB value is (137,5,62). Sum of RGB (Red+Green+Blue) = 137+5+62=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89053E is #76FAC1. Grayscale: #323232. Windows color (decimal): -7797442 or 4064649. OLE color: 4064649.

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

Color convert

RGB 137 5 62 -
CMYK 0 0.96 0.55 0.46
HSL 334.09º 0.93% 0.28% -
HSV(B) 334.09º 0.96% 0.54% -
XYZ 11.24 5.77 5.08 -
YUV 50.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 137 5 62 0 0.96 0.55 0.46 334.09 0.93 0.28
Hex 89 5 3E 0 60 37 2E 14E 5D 1C
Octal 211 5 76 0 140 67 56 516 135 34
Binary 10001001 101 111110 0 1100000 110111 101110 101001110 1011101 11100

Color Harmonies of #89053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89053E

Black with #89053E

Text Example


Text Example

White with #89053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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