Html Css Color HEX #720729 Burgundy

📋 copy color: '#720729'

red 114 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #720729

Tints of Burgundy #720729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 70.37%
G = 4.32%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#720729 (or 0x720729) is known color: Burgundy. HEX triplet: 72, 07 and 29. RGB value is (114,7,41). Sum of RGB (Red+Green+Blue) = 114+7+41=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #720729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720729 is #8DF8D6. Grayscale: #2A2A2A. Windows color (decimal): -9304279 or 2688882. OLE color: 2688882.

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

Color convert

RGB 114 7 41 -
CMYK 0 0.94 0.64 0.55
HSL 340.93º 0.88% 0.24% -
HSV(B) 340.93º 0.94% 0.45% -
XYZ 7.42 3.89 2.46 -
YUV 42.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 114 7 41 0 0.94 0.64 0.55 340.93 0.88 0.24
Hex 72 7 29 0 5E 40 37 155 58 18
Octal 162 7 51 0 136 100 67 525 130 30
Binary 1110010 111 101001 0 1011110 1000000 110111 101010101 1011000 11000

Color Harmonies of #720729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720729

Black with #720729

Text Example


Text Example

White with #720729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720729; }

 p { color: rgb(114,7,41); }

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

background-color css

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

 a { background-color: rgb(114,7,41); }

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

border-color css

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

 span { border-color: rgb(114,7,41); }

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