Html Css Color HEX #720A29 Burgundy

📋 copy color: '#720A29'

red 114 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #720A29

Tints of Burgundy #720A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.06%

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

R = 69.09%
G = 6.06%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#720A29 (or 0x720A29) is known color: Burgundy. HEX triplet: 72, 0A and 29. RGB value is (114,10,41). Sum of RGB (Red+Green+Blue) = 114+10+41=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A29 is #8DF5D6. Grayscale: #2C2C2C. Windows color (decimal): -9303511 or 2689650. OLE color: 2689650.

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

Color convert

RGB 114 10 41 -
CMYK 0 0.91 0.64 0.55
HSL 342.12º 0.84% 0.24% -
HSV(B) 342.12º 0.91% 0.45% -
XYZ 7.45 3.95 2.47 -
YUV 44.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 114 10 41 0 0.91 0.64 0.55 342.12 0.84 0.24
Hex 72 A 29 0 5B 40 37 156 54 18
Octal 162 12 51 0 133 100 67 526 124 30
Binary 1110010 1010 101001 0 1011011 1000000 110111 101010110 1010100 11000

Color Harmonies of #720A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A29

Black with #720A29

Text Example


Text Example

White with #720A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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