Html Css Color HEX #89033C Burgundy

📋 copy color: '#89033C'

red 137 ◦ green 3 ◦ blue 60

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

Shades of Burgundy #89033C

Tints of Burgundy #89033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 68.5%
G = 1.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89033C (or 0x89033C) is known color: Burgundy. HEX triplet: 89, 03 and 3C. RGB value is (137,3,60). Sum of RGB (Red+Green+Blue) = 137+3+60=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89033C is #76FCC3. Grayscale: #313131. Windows color (decimal): -7797956 or 3933065. OLE color: 3933065.

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

Color convert

RGB 137 3 60 -
CMYK 0 0.98 0.56 0.46
HSL 334.48º 0.96% 0.27% -
HSV(B) 334.48º 0.98% 0.54% -
XYZ 11.16 5.71 4.79 -
YUV 49.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 137 3 60 0 0.98 0.56 0.46 334.48 0.96 0.27
Hex 89 3 3C 0 62 38 2E 14E 60 1B
Octal 211 3 74 0 142 70 56 516 140 33
Binary 10001001 11 111100 0 1100010 111000 101110 101001110 1100000 11011

Color Harmonies of #89033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89033C

Black with #89033C

Text Example


Text Example

White with #89033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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