Html Css Color HEX #890E33 Burgundy

📋 copy color: '#890E33'

red 137 ◦ green 14 ◦ blue 51

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

Shades of Burgundy #890E33

Tints of Burgundy #890E33

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.93%

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 67.82%
G = 6.93%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#890E33 (or 0x890E33) is known color: Burgundy. HEX triplet: 89, 0E and 33. RGB value is (137,14,51). Sum of RGB (Red+Green+Blue) = 137+14+51=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #890E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E33 is #76F1CC. Grayscale: #363636. Windows color (decimal): -7795149 or 3346057. OLE color: 3346057.

HSL color Cylindrical-coordinate representation of color #890E33: hue angle of 341.95º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E33 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 51 -
CMYK 0 0.90 0.63 0.46
HSL 341.95º 0.81% 0.3% -
HSV(B) 341.95º 0.9% 0.54% -
XYZ 11.07 5.87 3.68 -
YUV 55 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 137 14 51 0 0.90 0.63 0.46 341.95 0.81 0.3
Hex 89 E 33 0 5A 3F 2E 156 51 1E
Octal 211 16 63 0 132 77 56 526 121 36
Binary 10001001 1110 110011 0 1011010 111111 101110 101010110 1010001 11110

Color Harmonies of #890E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E33

Black with #890E33

Text Example


Text Example

White with #890E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890E33; }

 p { color: rgb(137,14,51); }

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

background-color css

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

 a { background-color: rgb(137,14,51); }

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

border-color css

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

 span { border-color: rgb(137,14,51); }

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