Html Css Color HEX #720811 Burgundy

📋 copy color: '#720811'

red 114 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #720811

Tints of Burgundy #720811

RGB

 RED value IS 114 (44.92% from 255) = 82.01%

 GREEN value IS 8 (3.52% from 255) = 5.76%

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 82.01%
G = 5.76%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#720811 (or 0x720811) is known color: Burgundy. HEX triplet: 72, 08 and 11. RGB value is (114,8,17). Sum of RGB (Red+Green+Blue) = 114+8+17=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #720811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720811 is #8DF7EE. Grayscale: #282828. Windows color (decimal): -9304047 or 1116274. OLE color: 1116274.

HSL color Cylindrical-coordinate representation of color #720811: hue angle of 354.91º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720811 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 8 17 -
CMYK 0 0.93 0.85 0.55
HSL 354.91º 0.87% 0.24% -
HSV(B) 354.91º 0.93% 0.45% -
XYZ 7.13 3.79 0.89 -
YUV 40.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 114 8 17 0 0.93 0.85 0.55 354.91 0.87 0.24
Hex 72 8 11 0 5D 55 37 163 57 18
Octal 162 10 21 0 135 125 67 543 127 30
Binary 1110010 1000 10001 0 1011101 1010101 110111 101100011 1010111 11000

Color Harmonies of #720811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720811

Black with #720811

Text Example


Text Example

White with #720811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720811; }

 p { color: rgb(114,8,17); }

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

background-color css

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

 a { background-color: rgb(114,8,17); }

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

border-color css

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

 span { border-color: rgb(114,8,17); }

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