Html Css Color HEX #89053F Burgundy

📋 copy color: '#89053F'

red 137 ◦ green 5 ◦ blue 63

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

Shades of Burgundy #89053F

Tints of Burgundy #89053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.73%

R = 66.83%
G = 2.44%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89053F (or 0x89053F) is known color: Burgundy. HEX triplet: 89, 05 and 3F. RGB value is (137,5,63). Sum of RGB (Red+Green+Blue) = 137+5+63=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #89053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89053F is #76FAC0. Grayscale: #323232. Windows color (decimal): -7797441 or 4130185. OLE color: 4130185.

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

Color convert

RGB 137 5 63 -
CMYK 0 0.96 0.54 0.46
HSL 333.64º 0.93% 0.28% -
HSV(B) 333.64º 0.96% 0.54% -
XYZ 11.27 5.79 5.23 -
YUV 51.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 137 5 63 0 0.96 0.54 0.46 333.64 0.93 0.28
Hex 89 5 3F 0 60 36 2E 14E 5D 1C
Octal 211 5 77 0 140 66 56 516 135 34
Binary 10001001 101 111111 0 1100000 110110 101110 101001110 1011101 11100

Color Harmonies of #89053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89053F

Black with #89053F

Text Example


Text Example

White with #89053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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