Html Css Color HEX #890032 Burgundy

📋 copy color: '#890032'

red 137 ◦ green 0 ◦ blue 50

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

Shades of Burgundy #890032

Tints of Burgundy #890032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 73.26%
G = 0%
B = 26.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#890032 (or 0x890032) is known color: Burgundy. HEX triplet: 89, 00 and 32. RGB value is (137,0,50). Sum of RGB (Red+Green+Blue) = 137+0+50=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #890032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890032 is #76FFCD. Grayscale: #2E2E2E. Windows color (decimal): -7798734 or 3276937. OLE color: 3276937.

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

Color convert

RGB 137 0 50 -
CMYK 0 1 0.64 0.46
HSL 338.1º 1% 0.27% -
HSV(B) 338.1º 1% 0.54% -
XYZ 10.89 5.55 3.51 -
YUV 46.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 137 0 50 0 1 0.64 0.46 338.1 1 0.27
Hex 89 0 32 0 64 40 2E 152 64 1B
Octal 211 0 62 0 144 100 56 522 144 33
Binary 10001001 0 110010 0 1100100 1000000 101110 101010010 1100100 11011

Color Harmonies of #890032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890032

Black with #890032

Text Example


Text Example

White with #890032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890032; }

 p { color: rgb(137,0,50); }

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

background-color css

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

 a { background-color: rgb(137,0,50); }

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

border-color css

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

 span { border-color: rgb(137,0,50); }

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