Html Css Color HEX #89073F Burgundy

📋 copy color: '#89073F'

red 137 ◦ green 7 ◦ blue 63

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

Shades of Burgundy #89073F

Tints of Burgundy #89073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 66.18%
G = 3.38%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89073F (or 0x89073F) is known color: Burgundy. HEX triplet: 89, 07 and 3F. RGB value is (137,7,63). Sum of RGB (Red+Green+Blue) = 137+7+63=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #89073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89073F is #76F8C0. Grayscale: #343434. Windows color (decimal): -7796929 or 4130697. OLE color: 4130697.

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

Color convert

RGB 137 7 63 -
CMYK 0 0.95 0.54 0.46
HSL 334.15º 0.9% 0.28% -
HSV(B) 334.15º 0.95% 0.54% -
XYZ 11.29 5.83 5.23 -
YUV 52.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 137 7 63 0 0.95 0.54 0.46 334.15 0.9 0.28
Hex 89 7 3F 0 5F 36 2E 14E 5A 1C
Octal 211 7 77 0 137 66 56 516 132 34
Binary 10001001 111 111111 0 1011111 110110 101110 101001110 1011010 11100

Color Harmonies of #89073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89073F

Black with #89073F

Text Example


Text Example

White with #89073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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