Html Css Color HEX #720029 Burgundy

📋 copy color: '#720029'

red 114 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #720029

Tints of Burgundy #720029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.55%
G = 0%
B = 26.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#720029 (or 0x720029) is known color: Burgundy. HEX triplet: 72, 00 and 29. RGB value is (114,0,41). Sum of RGB (Red+Green+Blue) = 114+0+41=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720029 is #8DFFD6. Grayscale: #262626. Windows color (decimal): -9306071 or 2687090. OLE color: 2687090.

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

Color convert

RGB 114 0 41 -
CMYK 0 1 0.64 0.55
HSL 338.42º 1% 0.22% -
HSV(B) 338.42º 1% 0.45% -
XYZ 7.34 3.74 2.43 -
YUV 38.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 114 0 41 0 1 0.64 0.55 338.42 1 0.22
Hex 72 0 29 0 64 40 37 152 64 16
Octal 162 0 51 0 144 100 67 522 144 26
Binary 1110010 0 101001 0 1100100 1000000 110111 101010010 1100100 10110

Color Harmonies of #720029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720029

Black with #720029

Text Example


Text Example

White with #720029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720029; }

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

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

background-color css

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

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

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

border-color css

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

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

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