Html Css Color HEX #890720 Burgundy

📋 copy color: '#890720'

red 137 ◦ green 7 ◦ blue 32

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

Shades of Burgundy #890720

Tints of Burgundy #890720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 77.84%
G = 3.98%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#890720 (or 0x890720) is known color: Burgundy. HEX triplet: 89, 07 and 20. RGB value is (137,7,32). Sum of RGB (Red+Green+Blue) = 137+7+32=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #890720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890720 is #76F8DF. Grayscale: #303030. Windows color (decimal): -7796960 or 2099081. OLE color: 2099081.

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

Color convert

RGB 137 7 32 -
CMYK 0 0.95 0.77 0.46
HSL 348.46º 0.9% 0.28% -
HSV(B) 348.46º 0.95% 0.54% -
XYZ 10.65 5.57 1.88 -
YUV 48.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 137 7 32 0 0.95 0.77 0.46 348.46 0.9 0.28
Hex 89 7 20 0 5F 4D 2E 15C 5A 1C
Octal 211 7 40 0 137 115 56 534 132 34
Binary 10001001 111 100000 0 1011111 1001101 101110 101011100 1011010 11100

Color Harmonies of #890720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890720

Black with #890720

Text Example


Text Example

White with #890720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890720; }

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

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

background-color css

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

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

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

border-color css

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

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

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