Html Css Color HEX #890736 Burgundy

📋 copy color: '#890736'

red 137 ◦ green 7 ◦ blue 54

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

Shades of Burgundy #890736

Tints of Burgundy #890736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.27%

R = 69.19%
G = 3.54%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890736 (or 0x890736) is known color: Burgundy. HEX triplet: 89, 07 and 36. RGB value is (137,7,54). Sum of RGB (Red+Green+Blue) = 137+7+54=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890736 is #76F8C9. Grayscale: #333333. Windows color (decimal): -7796938 or 3540873. OLE color: 3540873.

HSL color Cylindrical-coordinate representation of color #890736: hue angle of 338.31º 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 #890736 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 7 54 -
CMYK 0 0.95 0.61 0.46
HSL 338.31º 0.9% 0.28% -
HSV(B) 338.31º 0.95% 0.54% -
XYZ 11.06 5.74 4.01 -
YUV 51.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 137 7 54 0 0.95 0.61 0.46 338.31 0.9 0.28
Hex 89 7 36 0 5F 3D 2E 152 5A 1C
Octal 211 7 66 0 137 75 56 522 132 34
Binary 10001001 111 110110 0 1011111 111101 101110 101010010 1011010 11100

Color Harmonies of #890736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890736

Black with #890736

Text Example


Text Example

White with #890736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890736; }

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

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

background-color css

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

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

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

border-color css

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

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

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