Html Css Color HEX #89061F Burgundy

📋 copy color: '#89061F'

red 137 ◦ green 6 ◦ blue 31

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

Shades of Burgundy #89061F

Tints of Burgundy #89061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

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

R = 78.74%
G = 3.45%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#89061F (or 0x89061F) is known color: Burgundy. HEX triplet: 89, 06 and 1F. RGB value is (137,6,31). Sum of RGB (Red+Green+Blue) = 137+6+31=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #89061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89061F is #76F9E0. Grayscale: #303030. Windows color (decimal): -7797217 or 2033289. OLE color: 2033289.

HSL color Cylindrical-coordinate representation of color #89061F: hue angle of 348.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89061F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 31 -
CMYK 0 0.96 0.77 0.46
HSL 348.55º 0.92% 0.28% -
HSV(B) 348.55º 0.96% 0.54% -
XYZ 10.63 5.55 1.81 -
YUV 48.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 137 6 31 0 0.96 0.77 0.46 348.55 0.92 0.28
Hex 89 6 1F 0 60 4D 2E 15D 5C 1C
Octal 211 6 37 0 140 115 56 535 134 34
Binary 10001001 110 11111 0 1100000 1001101 101110 101011101 1011100 11100

Color Harmonies of #89061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89061F

Black with #89061F

Text Example


Text Example

White with #89061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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