Html Css Color HEX #720829 Burgundy

📋 copy color: '#720829'

red 114 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #720829

Tints of Burgundy #720829

RGB

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

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

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

R = 69.94%
G = 4.91%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#720829 (or 0x720829) is known color: Burgundy. HEX triplet: 72, 08 and 29. RGB value is (114,8,41). Sum of RGB (Red+Green+Blue) = 114+8+41=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #720829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720829 is #8DF7D6. Grayscale: #2B2B2B. Windows color (decimal): -9304023 or 2689138. OLE color: 2689138.

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

Color convert

RGB 114 8 41 -
CMYK 0 0.93 0.64 0.55
HSL 341.32º 0.87% 0.24% -
HSV(B) 341.32º 0.93% 0.45% -
XYZ 7.43 3.91 2.46 -
YUV 43.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 114 8 41 0 0.93 0.64 0.55 341.32 0.87 0.24
Hex 72 8 29 0 5D 40 37 155 57 18
Octal 162 10 51 0 135 100 67 525 127 30
Binary 1110010 1000 101001 0 1011101 1000000 110111 101010101 1010111 11000

Color Harmonies of #720829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720829

Black with #720829

Text Example


Text Example

White with #720829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720829; }

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

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

background-color css

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

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

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

border-color css

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

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

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