Html Css Color HEX #89042D Burgundy

📋 copy color: '#89042D'

red 137 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #89042D

Tints of Burgundy #89042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 73.66%
G = 2.15%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89042D (or 0x89042D) is known color: Burgundy. HEX triplet: 89, 04 and 2D. RGB value is (137,4,45). Sum of RGB (Red+Green+Blue) = 137+4+45=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #89042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89042D is #76FBD2. Grayscale: #303030. Windows color (decimal): -7797715 or 2950281. OLE color: 2950281.

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

Color convert

RGB 137 4 45 -
CMYK 0 0.97 0.67 0.46
HSL 341.5º 0.94% 0.28% -
HSV(B) 341.5º 0.97% 0.54% -
XYZ 10.83 5.59 2.99 -
YUV 48.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 137 4 45 0 0.97 0.67 0.46 341.5 0.94 0.28
Hex 89 4 2D 0 61 43 2E 156 5E 1C
Octal 211 4 55 0 141 103 56 526 136 34
Binary 10001001 100 101101 0 1100001 1000011 101110 101010110 1011110 11100

Color Harmonies of #89042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89042D

Black with #89042D

Text Example


Text Example

White with #89042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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