Html Css Color HEX #89032B Burgundy

📋 copy color: '#89032B'

red 137 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #89032B

Tints of Burgundy #89032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 74.86%
G = 1.64%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89032B (or 0x89032B) is known color: Burgundy. HEX triplet: 89, 03 and 2B. RGB value is (137,3,43). Sum of RGB (Red+Green+Blue) = 137+3+43=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89032B is #76FCD4. Grayscale: #2F2F2F. Windows color (decimal): -7797973 or 2818953. OLE color: 2818953.

HSL color Cylindrical-coordinate representation of color #89032B: hue angle of 342.09º 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 #89032B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 3 43 -
CMYK 0 0.98 0.69 0.46
HSL 342.09º 0.96% 0.27% -
HSV(B) 342.09º 0.98% 0.54% -
XYZ 10.79 5.56 2.79 -
YUV 47.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 137 3 43 0 0.98 0.69 0.46 342.09 0.96 0.27
Hex 89 3 2B 0 62 45 2E 156 60 1B
Octal 211 3 53 0 142 105 56 526 140 33
Binary 10001001 11 101011 0 1100010 1000101 101110 101010110 1100000 11011

Color Harmonies of #89032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89032B

Black with #89032B

Text Example


Text Example

White with #89032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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