Html Css Color HEX #89092F Burgundy

📋 copy color: '#89092F'

red 137 ◦ green 9 ◦ blue 47

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

Shades of Burgundy #89092F

Tints of Burgundy #89092F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.66%

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

R = 70.98%
G = 4.66%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89092F (or 0x89092F) is known color: Burgundy. HEX triplet: 89, 09 and 2F. RGB value is (137,9,47). Sum of RGB (Red+Green+Blue) = 137+9+47=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #89092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89092F is #76F6D0. Grayscale: #333333. Windows color (decimal): -7796433 or 3082633. OLE color: 3082633.

HSL color Cylindrical-coordinate representation of color #89092F: hue angle of 342.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89092F is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 47 -
CMYK 0 0.93 0.66 0.46
HSL 342.19º 0.88% 0.29% -
HSV(B) 342.19º 0.93% 0.54% -
XYZ 10.93 5.72 3.22 -
YUV 51.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 137 9 47 0 0.93 0.66 0.46 342.19 0.88 0.29
Hex 89 9 2F 0 5D 42 2E 156 58 1D
Octal 211 11 57 0 135 102 56 526 130 35
Binary 10001001 1001 101111 0 1011101 1000010 101110 101010110 1011000 11101

Color Harmonies of #89092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89092F

Black with #89092F

Text Example


Text Example

White with #89092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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