Html Css Color HEX #89042C Burgundy

📋 copy color: '#89042C'

red 137 ◦ green 4 ◦ blue 44

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

Shades of Burgundy #89042C

Tints of Burgundy #89042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 74.05%
G = 2.16%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89042C (or 0x89042C) is known color: Burgundy. HEX triplet: 89, 04 and 2C. RGB value is (137,4,44). Sum of RGB (Red+Green+Blue) = 137+4+44=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89042C is #76FBD3. Grayscale: #303030. Windows color (decimal): -7797716 or 2884745. OLE color: 2884745.

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

Color convert

RGB 137 4 44 -
CMYK 0 0.97 0.68 0.46
HSL 341.95º 0.94% 0.28% -
HSV(B) 341.95º 0.97% 0.54% -
XYZ 10.81 5.59 2.89 -
YUV 48.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 137 4 44 0 0.97 0.68 0.46 341.95 0.94 0.28
Hex 89 4 2C 0 61 44 2E 156 5E 1C
Octal 211 4 54 0 141 104 56 526 136 34
Binary 10001001 100 101100 0 1100001 1000100 101110 101010110 1011110 11100

Color Harmonies of #89042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89042C

Black with #89042C

Text Example


Text Example

White with #89042C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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