Html Css Color HEX #890E24 Burgundy

📋 copy color: '#890E24'

red 137 ◦ green 14 ◦ blue 36

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

Shades of Burgundy #890E24

Tints of Burgundy #890E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 73.26%
G = 7.49%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890E24 (or 0x890E24) is known color: Burgundy. HEX triplet: 89, 0E and 24. RGB value is (137,14,36). Sum of RGB (Red+Green+Blue) = 137+14+36=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #890E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890E24 is #76F1DB. Grayscale: #353535. Windows color (decimal): -7795164 or 2363017. OLE color: 2363017.

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

Color convert

RGB 137 14 36 -
CMYK 0 0.90 0.74 0.46
HSL 349.27º 0.81% 0.3% -
HSV(B) 349.27º 0.9% 0.54% -
XYZ 10.79 5.76 2.21 -
YUV 53.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 137 14 36 0 0.90 0.74 0.46 349.27 0.81 0.3
Hex 89 E 24 0 5A 4A 2E 15D 51 1E
Octal 211 16 44 0 132 112 56 535 121 36
Binary 10001001 1110 100100 0 1011010 1001010 101110 101011101 1010001 11110

Color Harmonies of #890E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E24

Black with #890E24

Text Example


Text Example

White with #890E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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