Html Css Color HEX #89093D Burgundy

📋 copy color: '#89093D'

red 137 ◦ green 9 ◦ blue 61

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

Shades of Burgundy #89093D

Tints of Burgundy #89093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 66.18%
G = 4.35%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89093D (or 0x89093D) is known color: Burgundy. HEX triplet: 89, 09 and 3D. RGB value is (137,9,61). Sum of RGB (Red+Green+Blue) = 137+9+61=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #89093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89093D is #76F6C2. Grayscale: #353535. Windows color (decimal): -7796419 or 4000137. OLE color: 4000137.

HSL color Cylindrical-coordinate representation of color #89093D: hue angle of 335.62º 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 #89093D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 61 -
CMYK 0 0.93 0.55 0.46
HSL 335.63º 0.88% 0.29% -
HSV(B) 335.63º 0.93% 0.54% -
XYZ 11.26 5.85 4.95 -
YUV 53.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 137 9 61 0 0.93 0.55 0.46 335.63 0.88 0.29
Hex 89 9 3D 0 5D 37 2E 150 58 1D
Octal 211 11 75 0 135 67 56 520 130 35
Binary 10001001 1001 111101 0 1011101 110111 101110 101010000 1011000 11101

Color Harmonies of #89093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89093D

Black with #89093D

Text Example


Text Example

White with #89093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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