Html Css Color HEX #89021B Burgundy

📋 copy color: '#89021B'

red 137 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #89021B

Tints of Burgundy #89021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.27%

R = 82.53%
G = 1.2%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89021B (or 0x89021B) is known color: Burgundy. HEX triplet: 89, 02 and 1B. RGB value is (137,2,27). Sum of RGB (Red+Green+Blue) = 137+2+27=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #89021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89021B is #76FDE4. Grayscale: #2D2D2D. Windows color (decimal): -7798245 or 1770121. OLE color: 1770121.

HSL color Cylindrical-coordinate representation of color #89021B: hue angle of 348.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 #89021B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 27 -
CMYK 0 0.99 0.80 0.46
HSL 348.89º 0.97% 0.27% -
HSV(B) 348.89º 0.99% 0.54% -
XYZ 10.54 5.44 1.53 -
YUV 45.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 137 2 27 0 0.99 0.80 0.46 348.89 0.97 0.27
Hex 89 2 1B 0 63 50 2E 15D 61 1B
Octal 211 2 33 0 143 120 56 535 141 33
Binary 10001001 10 11011 0 1100011 1010000 101110 101011101 1100001 11011

Color Harmonies of #89021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89021B

Black with #89021B

Text Example


Text Example

White with #89021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89021B; }

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

 H1.HeaderClassName
 {
   color: #89021B;
 }
 .AnyTagClassName
 {
   color: #89021B;
 }
</style>

background-color css

<style>
 a { background-color: #89021B; }

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

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

border-color css

<style>
 span { border-color: #89021B; }

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

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