Html Css Color HEX #89003C Burgundy

📋 copy color: '#89003C'

red 137 ◦ green 0 ◦ blue 60

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

Shades of Burgundy #89003C

Tints of Burgundy #89003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 69.54%
G = 0%
B = 30.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89003C (or 0x89003C) is known color: Burgundy. HEX triplet: 89, 00 and 3C. RGB value is (137,0,60). Sum of RGB (Red+Green+Blue) = 137+0+60=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #89003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89003C is #76FFC3. Grayscale: #2F2F2F. Windows color (decimal): -7798724 or 3932297. OLE color: 3932297.

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

Color convert

RGB 137 0 60 -
CMYK 0 1 0.56 0.46
HSL 333.72º 1% 0.27% -
HSV(B) 333.72º 1% 0.54% -
XYZ 11.13 5.64 4.78 -
YUV 47.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 137 0 60 0 1 0.56 0.46 333.72 1 0.27
Hex 89 0 3C 0 64 38 2E 14E 64 1B
Octal 211 0 74 0 144 70 56 516 144 33
Binary 10001001 0 111100 0 1100100 111000 101110 101001110 1100100 11011

Color Harmonies of #89003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89003C

Black with #89003C

Text Example


Text Example

White with #89003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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