Html Css Color HEX #89053A Burgundy

📋 copy color: '#89053A'

red 137 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #89053A

Tints of Burgundy #89053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29%

R = 68.5%
G = 2.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89053A (or 0x89053A) is known color: Burgundy. HEX triplet: 89, 05 and 3A. RGB value is (137,5,58). Sum of RGB (Red+Green+Blue) = 137+5+58=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89053A is #76FAC5. Grayscale: #323232. Windows color (decimal): -7797446 or 3802505. OLE color: 3802505.

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

Color convert

RGB 137 5 58 -
CMYK 0 0.96 0.58 0.46
HSL 335.91º 0.93% 0.28% -
HSV(B) 335.91º 0.96% 0.54% -
XYZ 11.13 5.73 4.52 -
YUV 50.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 137 5 58 0 0.96 0.58 0.46 335.91 0.93 0.28
Hex 89 5 3A 0 60 3A 2E 150 5D 1C
Octal 211 5 72 0 140 72 56 520 135 34
Binary 10001001 101 111010 0 1100000 111010 101110 101010000 1011101 11100

Color Harmonies of #89053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89053A

Black with #89053A

Text Example


Text Example

White with #89053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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