Html Css Color HEX #89093F Burgundy

📋 copy color: '#89093F'

red 137 ◦ green 9 ◦ blue 63

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

Shades of Burgundy #89093F

Tints of Burgundy #89093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

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

R = 65.55%
G = 4.31%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89093F (or 0x89093F) is known color: Burgundy. HEX triplet: 89, 09 and 3F. RGB value is (137,9,63). Sum of RGB (Red+Green+Blue) = 137+9+63=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #89093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89093F is #76F6C0. Grayscale: #353535. Windows color (decimal): -7796417 or 4131209. OLE color: 4131209.

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

Color convert

RGB 137 9 63 -
CMYK 0 0.93 0.54 0.46
HSL 334.69º 0.88% 0.29% -
HSV(B) 334.69º 0.93% 0.54% -
XYZ 11.31 5.87 5.24 -
YUV 53.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 137 9 63 0 0.93 0.54 0.46 334.69 0.88 0.29
Hex 89 9 3F 0 5D 36 2E 14F 58 1D
Octal 211 11 77 0 135 66 56 517 130 35
Binary 10001001 1001 111111 0 1011101 110110 101110 101001111 1011000 11101

Color Harmonies of #89093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89093F

Black with #89093F

Text Example


Text Example

White with #89093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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