Html Css Color HEX #890D38 Burgundy

📋 copy color: '#890D38'

red 137 ◦ green 13 ◦ blue 56

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

Shades of Burgundy #890D38

Tints of Burgundy #890D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 66.5%
G = 6.31%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#890D38 (or 0x890D38) is known color: Burgundy. HEX triplet: 89, 0D and 38. RGB value is (137,13,56). Sum of RGB (Red+Green+Blue) = 137+13+56=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #890D38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D38 is #76F2C7. Grayscale: #363636. Windows color (decimal): -7795400 or 3673481. OLE color: 3673481.

HSL color Cylindrical-coordinate representation of color #890D38: hue angle of 339.19º 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 #890D38 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 56 -
CMYK 0 0.91 0.59 0.46
HSL 339.19º 0.83% 0.29% -
HSV(B) 339.19º 0.91% 0.54% -
XYZ 11.17 5.89 4.29 -
YUV 54.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 137 13 56 0 0.91 0.59 0.46 339.19 0.83 0.29
Hex 89 D 38 0 5B 3B 2E 153 53 1D
Octal 211 15 70 0 133 73 56 523 123 35
Binary 10001001 1101 111000 0 1011011 111011 101110 101010011 1010011 11101

Color Harmonies of #890D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D38

Black with #890D38

Text Example


Text Example

White with #890D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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