Html Css Color HEX #890A2D Burgundy

📋 copy color: '#890A2D'

red 137 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #890A2D

Tints of Burgundy #890A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 71.35%
G = 5.21%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#890A2D (or 0x890A2D) is known color: Burgundy. HEX triplet: 89, 0A and 2D. RGB value is (137,10,45). Sum of RGB (Red+Green+Blue) = 137+10+45=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #890A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A2D is #76F5D2. Grayscale: #333333. Windows color (decimal): -7796179 or 2951817. OLE color: 2951817.

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

Color convert

RGB 137 10 45 -
CMYK 0 0.93 0.67 0.46
HSL 343.46º 0.86% 0.29% -
HSV(B) 343.46º 0.93% 0.54% -
XYZ 10.9 5.72 3.01 -
YUV 51.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 137 10 45 0 0.93 0.67 0.46 343.46 0.86 0.29
Hex 89 A 2D 0 5D 43 2E 157 56 1D
Octal 211 12 55 0 135 103 56 527 126 35
Binary 10001001 1010 101101 0 1011101 1000011 101110 101010111 1010110 11101

Color Harmonies of #890A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A2D

Black with #890A2D

Text Example


Text Example

White with #890A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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