Html Css Color HEX #890A2B Burgundy

📋 copy color: '#890A2B'

red 137 ◦ green 10 ◦ blue 43

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

Shades of Burgundy #890A2B

Tints of Burgundy #890A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.63%

R = 72.11%
G = 5.26%
B = 22.63%

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

#890A2B (or 0x890A2B) is known color: Burgundy. HEX triplet: 89, 0A and 2B. RGB value is (137,10,43). Sum of RGB (Red+Green+Blue) = 137+10+43=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A2B is #76F5D4. Grayscale: #333333. Windows color (decimal): -7796181 or 2820745. OLE color: 2820745.

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

Color convert

RGB 137 10 43 -
CMYK 0 0.93 0.69 0.46
HSL 344.41º 0.86% 0.29% -
HSV(B) 344.41º 0.93% 0.54% -
XYZ 10.86 5.71 2.82 -
YUV 51.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 137 10 43 0 0.93 0.69 0.46 344.41 0.86 0.29
Hex 89 A 2B 0 5D 45 2E 158 56 1D
Octal 211 12 53 0 135 105 56 530 126 35
Binary 10001001 1010 101011 0 1011101 1000101 101110 101011000 1010110 11101

Color Harmonies of #890A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A2B

Black with #890A2B

Text Example


Text Example

White with #890A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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