Html Css Color HEX #890934 Burgundy

📋 copy color: '#890934'

red 137 ◦ green 9 ◦ blue 52

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

Shades of Burgundy #890934

Tints of Burgundy #890934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 52 (20.7% from 255) = 26.26%

R = 69.19%
G = 4.55%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#890934 (or 0x890934) is known color: Burgundy. HEX triplet: 89, 09 and 34. RGB value is (137,9,52). Sum of RGB (Red+Green+Blue) = 137+9+52=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890934 is #76F6CB. Grayscale: #343434. Windows color (decimal): -7796428 or 3410313. OLE color: 3410313.

HSL color Cylindrical-coordinate representation of color #890934: hue angle of 339.84º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890934 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 52 -
CMYK 0 0.93 0.62 0.46
HSL 339.84º 0.88% 0.29% -
HSV(B) 339.84º 0.93% 0.54% -
XYZ 11.03 5.76 3.78 -
YUV 52.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 137 9 52 0 0.93 0.62 0.46 339.84 0.88 0.29
Hex 89 9 34 0 5D 3E 2E 154 58 1D
Octal 211 11 64 0 135 76 56 524 130 35
Binary 10001001 1001 110100 0 1011101 111110 101110 101010100 1011000 11101

Color Harmonies of #890934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890934

Black with #890934

Text Example


Text Example

White with #890934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890934; }

 p { color: rgb(137,9,52); }

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

background-color css

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

 a { background-color: rgb(137,9,52); }

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

border-color css

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

 span { border-color: rgb(137,9,52); }

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