Html Css Color HEX #720229 Burgundy

📋 copy color: '#720229'

red 114 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #720229

Tints of Burgundy #720229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 72.61%
G = 1.27%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#720229 (or 0x720229) is known color: Burgundy. HEX triplet: 72, 02 and 29. RGB value is (114,2,41). Sum of RGB (Red+Green+Blue) = 114+2+41=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #720229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720229 is #8DFDD6. Grayscale: #272727. Windows color (decimal): -9305559 or 2687602. OLE color: 2687602.

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

Color convert

RGB 114 2 41 -
CMYK 0 0.98 0.64 0.55
HSL 339.11º 0.97% 0.23% -
HSV(B) 339.11º 0.98% 0.45% -
XYZ 7.36 3.78 2.44 -
YUV 39.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 114 2 41 0 0.98 0.64 0.55 339.11 0.97 0.23
Hex 72 2 29 0 62 40 37 153 61 17
Octal 162 2 51 0 142 100 67 523 141 27
Binary 1110010 10 101001 0 1100010 1000000 110111 101010011 1100001 10111

Color Harmonies of #720229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720229

Black with #720229

Text Example


Text Example

White with #720229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720229; }

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

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

background-color css

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

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

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

border-color css

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

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

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