Html Css Color HEX #89082F Burgundy

📋 copy color: '#89082F'

red 137 ◦ green 8 ◦ blue 47

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

Shades of Burgundy #89082F

Tints of Burgundy #89082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

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

R = 71.35%
G = 4.17%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89082F (or 0x89082F) is known color: Burgundy. HEX triplet: 89, 08 and 2F. RGB value is (137,8,47). Sum of RGB (Red+Green+Blue) = 137+8+47=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #89082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89082F is #76F7D0. Grayscale: #323232. Windows color (decimal): -7796689 or 3082377. OLE color: 3082377.

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

Color convert

RGB 137 8 47 -
CMYK 0 0.94 0.66 0.46
HSL 341.86º 0.89% 0.28% -
HSV(B) 341.86º 0.94% 0.54% -
XYZ 10.92 5.7 3.21 -
YUV 51.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 137 8 47 0 0.94 0.66 0.46 341.86 0.89 0.28
Hex 89 8 2F 0 5E 42 2E 156 59 1C
Octal 211 10 57 0 136 102 56 526 131 34
Binary 10001001 1000 101111 0 1011110 1000010 101110 101010110 1011001 11100

Color Harmonies of #89082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89082F

Black with #89082F

Text Example


Text Example

White with #89082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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