Html Css Color HEX #720710 Burgundy

📋 copy color: '#720710'

red 114 ◦ green 7 ◦ blue 16

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

Shades of Burgundy #720710

Tints of Burgundy #720710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 83.21%
G = 5.11%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#720710 (or 0x720710) is known color: Burgundy. HEX triplet: 72, 07 and 10. RGB value is (114,7,16). Sum of RGB (Red+Green+Blue) = 114+7+16=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720710 is #8DF8EF. Grayscale: #282828. Windows color (decimal): -9304304 or 1050482. OLE color: 1050482.

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

Color convert

RGB 114 7 16 -
CMYK 0 0.94 0.86 0.55
HSL 354.95º 0.88% 0.24% -
HSV(B) 354.95º 0.94% 0.45% -
XYZ 7.11 3.77 0.84 -
YUV 40.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 114 7 16 0 0.94 0.86 0.55 354.95 0.88 0.24
Hex 72 7 10 0 5E 56 37 163 58 18
Octal 162 7 20 0 136 126 67 543 130 30
Binary 1110010 111 10000 0 1011110 1010110 110111 101100011 1011000 11000

Color Harmonies of #720710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720710

Black with #720710

Text Example


Text Example

White with #720710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720710; }

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

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

background-color css

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

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

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

border-color css

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

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

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