Html Css Color HEX #89002C Burgundy

📋 copy color: '#89002C'

red 137 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #89002C

Tints of Burgundy #89002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 75.69%
G = 0%
B = 24.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89002C (or 0x89002C) is known color: Burgundy. HEX triplet: 89, 00 and 2C. RGB value is (137,0,44). Sum of RGB (Red+Green+Blue) = 137+0+44=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #89002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89002C is #76FFD3. Grayscale: #2D2D2D. Windows color (decimal): -7798740 or 2883721. OLE color: 2883721.

HSL color Cylindrical-coordinate representation of color #89002C: hue angle of 340.73º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89002C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 44 -
CMYK 0 1 0.68 0.46
HSL 340.73º 1% 0.27% -
HSV(B) 340.73º 1% 0.54% -
XYZ 10.77 5.5 2.88 -
YUV 45.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 137 0 44 0 1 0.68 0.46 340.73 1 0.27
Hex 89 0 2C 0 64 44 2E 155 64 1B
Octal 211 0 54 0 144 104 56 525 144 33
Binary 10001001 0 101100 0 1100100 1000100 101110 101010101 1100100 11011

Color Harmonies of #89002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89002C

Black with #89002C

Text Example


Text Example

White with #89002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89002C; }

 p { color: rgb(137,0,44); }

 H1.HeaderClassName
 {
   color: #89002C;
 }
 .AnyTagClassName
 {
   color: #89002C;
 }
</style>

background-color css

<style>
 a { background-color: #89002C; }

 a { background-color: rgb(137,0,44); }

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

border-color css

<style>
 span { border-color: #89002C; }

 span { border-color: rgb(137,0,44); }

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