Html Css Color HEX #890039 Burgundy

📋 copy color: '#890039'

red 137 ◦ green 0 ◦ blue 57

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

Shades of Burgundy #890039

Tints of Burgundy #890039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.38%

R = 70.62%
G = 0%
B = 29.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#890039 (or 0x890039) is known color: Burgundy. HEX triplet: 89, 00 and 39. RGB value is (137,0,57). Sum of RGB (Red+Green+Blue) = 137+0+57=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890039 is #76FFC6. Grayscale: #2F2F2F. Windows color (decimal): -7798727 or 3735689. OLE color: 3735689.

HSL color Cylindrical-coordinate representation of color #890039: hue angle of 335.04º 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 #890039 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 57 -
CMYK 0 1 0.58 0.46
HSL 335.04º 1% 0.27% -
HSV(B) 335.04º 1% 0.54% -
XYZ 11.06 5.61 4.37 -
YUV 47.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 137 0 57 0 1 0.58 0.46 335.04 1 0.27
Hex 89 0 39 0 64 3A 2E 14F 64 1B
Octal 211 0 71 0 144 72 56 517 144 33
Binary 10001001 0 111001 0 1100100 111010 101110 101001111 1100100 11011

Color Harmonies of #890039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890039

Black with #890039

Text Example


Text Example

White with #890039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890039; }

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

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

background-color css

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

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

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

border-color css

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

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

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