Html Css Color HEX #89001C Burgundy

📋 copy color: '#89001C'

red 137 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #89001C

Tints of Burgundy #89001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 83.03%
G = 0%
B = 16.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89001C (or 0x89001C) is known color: Burgundy. HEX triplet: 89, 00 and 1C. RGB value is (137,0,28). Sum of RGB (Red+Green+Blue) = 137+0+28=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #89001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89001C is #76FFE3. Grayscale: #2C2C2C. Windows color (decimal): -7798756 or 1835145. OLE color: 1835145.

HSL color Cylindrical-coordinate representation of color #89001C: hue angle of 347.74º 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 #89001C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 28 -
CMYK 0 1 0.80 0.46
HSL 347.74º 1% 0.27% -
HSV(B) 347.74º 1% 0.54% -
XYZ 10.53 5.4 1.59 -
YUV 44.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 137 0 28 0 1 0.80 0.46 347.74 1 0.27
Hex 89 0 1C 0 64 50 2E 15C 64 1B
Octal 211 0 34 0 144 120 56 534 144 33
Binary 10001001 0 11100 0 1100100 1010000 101110 101011100 1100100 11011

Color Harmonies of #89001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89001C

Black with #89001C

Text Example


Text Example

White with #89001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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