Html Css Color HEX #89033B Burgundy

📋 copy color: '#89033B'

red 137 ◦ green 3 ◦ blue 59

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

Shades of Burgundy #89033B

Tints of Burgundy #89033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 68.84%
G = 1.51%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89033B (or 0x89033B) is known color: Burgundy. HEX triplet: 89, 03 and 3B. RGB value is (137,3,59). Sum of RGB (Red+Green+Blue) = 137+3+59=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89033B is #76FCC4. Grayscale: #313131. Windows color (decimal): -7797957 or 3867529. OLE color: 3867529.

HSL color Cylindrical-coordinate representation of color #89033B: hue angle of 334.93º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89033B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 3 59 -
CMYK 0 0.98 0.57 0.46
HSL 334.93º 0.96% 0.27% -
HSV(B) 334.93º 0.98% 0.54% -
XYZ 11.14 5.7 4.65 -
YUV 49.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 137 3 59 0 0.98 0.57 0.46 334.93 0.96 0.27
Hex 89 3 3B 0 62 39 2E 14F 60 1B
Octal 211 3 73 0 142 71 56 517 140 33
Binary 10001001 11 111011 0 1100010 111001 101110 101001111 1100000 11011

Color Harmonies of #89033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89033B

Black with #89033B

Text Example


Text Example

White with #89033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89033B; }

 p { color: rgb(137,3,59); }

 H1.HeaderClassName
 {
   color: #89033B;
 }
 .AnyTagClassName
 {
   color: #89033B;
 }
</style>

background-color css

<style>
 a { background-color: #89033B; }

 a { background-color: rgb(137,3,59); }

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

border-color css

<style>
 span { border-color: #89033B; }

 span { border-color: rgb(137,3,59); }

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