Html Css Color HEX #89063F Burgundy

📋 copy color: '#89063F'

red 137 ◦ green 6 ◦ blue 63

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

Shades of Burgundy #89063F

Tints of Burgundy #89063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.58%

R = 66.5%
G = 2.91%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89063F (or 0x89063F) is known color: Burgundy. HEX triplet: 89, 06 and 3F. RGB value is (137,6,63). Sum of RGB (Red+Green+Blue) = 137+6+63=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #89063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89063F is #76F9C0. Grayscale: #333333. Windows color (decimal): -7797185 or 4130441. OLE color: 4130441.

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

Color convert

RGB 137 6 63 -
CMYK 0 0.96 0.54 0.46
HSL 333.89º 0.92% 0.28% -
HSV(B) 333.89º 0.96% 0.54% -
XYZ 11.28 5.81 5.23 -
YUV 51.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 137 6 63 0 0.96 0.54 0.46 333.89 0.92 0.28
Hex 89 6 3F 0 60 36 2E 14E 5C 1C
Octal 211 6 77 0 140 66 56 516 134 34
Binary 10001001 110 111111 0 1100000 110110 101110 101001110 1011100 11100

Color Harmonies of #89063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89063F

Black with #89063F

Text Example


Text Example

White with #89063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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