Html Css Color HEX #89032F Burgundy

📋 copy color: '#89032F'

red 137 ◦ green 3 ◦ blue 47

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

Shades of Burgundy #89032F

Tints of Burgundy #89032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 73.26%
G = 1.6%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89032F (or 0x89032F) is known color: Burgundy. HEX triplet: 89, 03 and 2F. RGB value is (137,3,47). Sum of RGB (Red+Green+Blue) = 137+3+47=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89032F is #76FCD0. Grayscale: #303030. Windows color (decimal): -7797969 or 3081097. OLE color: 3081097.

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

Color convert

RGB 137 3 47 -
CMYK 0 0.98 0.66 0.46
HSL 340.3º 0.96% 0.27% -
HSV(B) 340.3º 0.98% 0.54% -
XYZ 10.86 5.59 3.2 -
YUV 48.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 137 3 47 0 0.98 0.66 0.46 340.3 0.96 0.27
Hex 89 3 2F 0 62 42 2E 154 60 1B
Octal 211 3 57 0 142 102 56 524 140 33
Binary 10001001 11 101111 0 1100010 1000010 101110 101010100 1100000 11011

Color Harmonies of #89032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89032F

Black with #89032F

Text Example


Text Example

White with #89032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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