Html Css Color HEX #89062F Burgundy

📋 copy color: '#89062F'

red 137 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #89062F

Tints of Burgundy #89062F

RGB

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

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

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

R = 72.11%
G = 3.16%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89062F (or 0x89062F) is known color: Burgundy. HEX triplet: 89, 06 and 2F. RGB value is (137,6,47). Sum of RGB (Red+Green+Blue) = 137+6+47=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #89062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89062F is #76F9D0. Grayscale: #313131. Windows color (decimal): -7797201 or 3081865. OLE color: 3081865.

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

Color convert

RGB 137 6 47 -
CMYK 0 0.96 0.66 0.46
HSL 341.22º 0.92% 0.28% -
HSV(B) 341.22º 0.96% 0.54% -
XYZ 10.89 5.65 3.21 -
YUV 49.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 137 6 47 0 0.96 0.66 0.46 341.22 0.92 0.28
Hex 89 6 2F 0 60 42 2E 155 5C 1C
Octal 211 6 57 0 140 102 56 525 134 34
Binary 10001001 110 101111 0 1100000 1000010 101110 101010101 1011100 11100

Color Harmonies of #89062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89062F

Black with #89062F

Text Example


Text Example

White with #89062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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