Html Css Color HEX #89022D Burgundy

📋 copy color: '#89022D'

red 137 ◦ green 2 ◦ blue 45

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

Shades of Burgundy #89022D

Tints of Burgundy #89022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 74.46%
G = 1.09%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89022D (or 0x89022D) is known color: Burgundy. HEX triplet: 89, 02 and 2D. RGB value is (137,2,45). Sum of RGB (Red+Green+Blue) = 137+2+45=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89022D is #76FDD2. Grayscale: #2F2F2F. Windows color (decimal): -7798227 or 2949769. OLE color: 2949769.

HSL color Cylindrical-coordinate representation of color #89022D: hue angle of 340.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89022D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 45 -
CMYK 0 0.99 0.67 0.46
HSL 340.89º 0.97% 0.27% -
HSV(B) 340.89º 0.99% 0.54% -
XYZ 10.81 5.55 2.98 -
YUV 47.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 137 2 45 0 0.99 0.67 0.46 340.89 0.97 0.27
Hex 89 2 2D 0 63 43 2E 155 61 1B
Octal 211 2 55 0 143 103 56 525 141 33
Binary 10001001 10 101101 0 1100011 1000011 101110 101010101 1100001 11011

Color Harmonies of #89022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89022D

Black with #89022D

Text Example


Text Example

White with #89022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89022D; }

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

 H1.HeaderClassName
 {
   color: #89022D;
 }
 .AnyTagClassName
 {
   color: #89022D;
 }
</style>

background-color css

<style>
 a { background-color: #89022D; }

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

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

border-color css

<style>
 span { border-color: #89022D; }

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

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