Html Css Color HEX #890A2A Burgundy

📋 copy color: '#890A2A'

red 137 ◦ green 10 ◦ blue 42

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

Shades of Burgundy #890A2A

Tints of Burgundy #890A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.22%

R = 72.49%
G = 5.29%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#890A2A (or 0x890A2A) is known color: Burgundy. HEX triplet: 89, 0A and 2A. RGB value is (137,10,42). Sum of RGB (Red+Green+Blue) = 137+10+42=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #890A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A2A is #76F5D5. Grayscale: #333333. Windows color (decimal): -7796182 or 2755209. OLE color: 2755209.

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

Color convert

RGB 137 10 42 -
CMYK 0 0.93 0.69 0.46
HSL 344.88º 0.86% 0.29% -
HSV(B) 344.88º 0.93% 0.54% -
XYZ 10.84 5.7 2.72 -
YUV 51.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 137 10 42 0 0.93 0.69 0.46 344.88 0.86 0.29
Hex 89 A 2A 0 5D 45 2E 159 56 1D
Octal 211 12 52 0 135 105 56 531 126 35
Binary 10001001 1010 101010 0 1011101 1000101 101110 101011001 1010110 11101

Color Harmonies of #890A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A2A

Black with #890A2A

Text Example


Text Example

White with #890A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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