Html Css Color HEX #890D31 Burgundy

📋 copy color: '#890D31'

red 137 ◦ green 13 ◦ blue 49

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

Shades of Burgundy #890D31

Tints of Burgundy #890D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 68.84%
G = 6.53%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#890D31 (or 0x890D31) is known color: Burgundy. HEX triplet: 89, 0D and 31. RGB value is (137,13,49). Sum of RGB (Red+Green+Blue) = 137+13+49=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #890D31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D31 is #76F2CE. Grayscale: #363636. Windows color (decimal): -7795407 or 3214729. OLE color: 3214729.

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

Color convert

RGB 137 13 49 -
CMYK 0 0.91 0.64 0.46
HSL 342.58º 0.83% 0.29% -
HSV(B) 342.58º 0.91% 0.54% -
XYZ 11.01 5.83 3.45 -
YUV 54.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 137 13 49 0 0.91 0.64 0.46 342.58 0.83 0.29
Hex 89 D 31 0 5B 40 2E 157 53 1D
Octal 211 15 61 0 133 100 56 527 123 35
Binary 10001001 1101 110001 0 1011011 1000000 101110 101010111 1010011 11101

Color Harmonies of #890D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D31

Black with #890D31

Text Example


Text Example

White with #890D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,13,49); }

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

background-color css

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

 a { background-color: rgb(137,13,49); }

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

border-color css

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

 span { border-color: rgb(137,13,49); }

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