Html Css Color HEX #89091F Burgundy

📋 copy color: '#89091F'

red 137 ◦ green 9 ◦ blue 31

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

Shades of Burgundy #89091F

Tints of Burgundy #89091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 77.4%
G = 5.08%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#89091F (or 0x89091F) is known color: Burgundy. HEX triplet: 89, 09 and 1F. RGB value is (137,9,31). Sum of RGB (Red+Green+Blue) = 137+9+31=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #89091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89091F is #76F6E0. Grayscale: #313131. Windows color (decimal): -7796449 or 2034057. OLE color: 2034057.

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

Color convert

RGB 137 9 31 -
CMYK 0 0.93 0.77 0.46
HSL 349.69º 0.88% 0.29% -
HSV(B) 349.69º 0.93% 0.54% -
XYZ 10.66 5.61 1.82 -
YUV 49.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 137 9 31 0 0.93 0.77 0.46 349.69 0.88 0.29
Hex 89 9 1F 0 5D 4D 2E 15E 58 1D
Octal 211 11 37 0 135 115 56 536 130 35
Binary 10001001 1001 11111 0 1011101 1001101 101110 101011110 1011000 11101

Color Harmonies of #89091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89091F

Black with #89091F

Text Example


Text Example

White with #89091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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