Html Css Color HEX #890A39 Burgundy

📋 copy color: '#890A39'

red 137 ◦ green 10 ◦ blue 57

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

Shades of Burgundy #890A39

Tints of Burgundy #890A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.9%

 BLUE value IS 57 (22.66% from 255) = 27.94%

R = 67.16%
G = 4.9%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#890A39 (or 0x890A39) is known color: Burgundy. HEX triplet: 89, 0A and 39. RGB value is (137,10,57). Sum of RGB (Red+Green+Blue) = 137+10+57=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #890A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A39 is #76F5C6. Grayscale: #353535. Windows color (decimal): -7796167 or 3738249. OLE color: 3738249.

HSL color Cylindrical-coordinate representation of color #890A39: hue angle of 337.8º degrees, saturation: 0.86, 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 #890A39 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 10 57 -
CMYK 0 0.93 0.58 0.46
HSL 337.8º 0.86% 0.29% -
HSV(B) 337.8º 0.93% 0.54% -
XYZ 11.16 5.83 4.41 -
YUV 53.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 137 10 57 0 0.93 0.58 0.46 337.8 0.86 0.29
Hex 89 A 39 0 5D 3A 2E 152 56 1D
Octal 211 12 71 0 135 72 56 522 126 35
Binary 10001001 1010 111001 0 1011101 111010 101110 101010010 1010110 11101

Color Harmonies of #890A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A39

Black with #890A39

Text Example


Text Example

White with #890A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,57); }

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

background-color css

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

 a { background-color: rgb(137,10,57); }

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

border-color css

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

 span { border-color: rgb(137,10,57); }

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