Html Css Color HEX #89042F Burgundy

📋 copy color: '#89042F'

red 137 ◦ green 4 ◦ blue 47

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

Shades of Burgundy #89042F

Tints of Burgundy #89042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25%

R = 72.87%
G = 2.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89042F (or 0x89042F) is known color: Burgundy. HEX triplet: 89, 04 and 2F. RGB value is (137,4,47). Sum of RGB (Red+Green+Blue) = 137+4+47=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #89042F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89042F is #76FBD0. Grayscale: #303030. Windows color (decimal): -7797713 or 3081353. OLE color: 3081353.

HSL color Cylindrical-coordinate representation of color #89042F: hue angle of 340.6º 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 #89042F is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 47 -
CMYK 0 0.97 0.66 0.46
HSL 340.6º 0.94% 0.28% -
HSV(B) 340.6º 0.97% 0.54% -
XYZ 10.87 5.61 3.2 -
YUV 48.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 137 4 47 0 0.97 0.66 0.46 340.6 0.94 0.28
Hex 89 4 2F 0 61 42 2E 155 5E 1C
Octal 211 4 57 0 141 102 56 525 136 34
Binary 10001001 100 101111 0 1100001 1000010 101110 101010101 1011110 11100

Color Harmonies of #89042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89042F

Black with #89042F

Text Example


Text Example

White with #89042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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