Html Css Color HEX #720719 Burgundy

📋 copy color: '#720719'

red 114 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #720719

Tints of Burgundy #720719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.12%

R = 78.08%
G = 4.79%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#720719 (or 0x720719) is known color: Burgundy. HEX triplet: 72, 07 and 19. RGB value is (114,7,25). Sum of RGB (Red+Green+Blue) = 114+7+25=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720719 is #8DF8E6. Grayscale: #292929. Windows color (decimal): -9304295 or 1640306. OLE color: 1640306.

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

Color convert

RGB 114 7 25 -
CMYK 0 0.94 0.78 0.55
HSL 349.91º 0.88% 0.24% -
HSV(B) 349.91º 0.94% 0.45% -
XYZ 7.19 3.8 1.27 -
YUV 41.05 118.95 180.04 -
System Red Green Blue C M Y K H S L
Decimal 114 7 25 0 0.94 0.78 0.55 349.91 0.88 0.24
Hex 72 7 19 0 5E 4E 37 15E 58 18
Octal 162 7 31 0 136 116 67 536 130 30
Binary 1110010 111 11001 0 1011110 1001110 110111 101011110 1011000 11000

Color Harmonies of #720719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720719

Black with #720719

Text Example


Text Example

White with #720719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720719; }

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

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

background-color css

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

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

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

border-color css

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

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

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