Html Css Color HEX #720414 Burgundy

📋 copy color: '#720414'

red 114 ◦ green 4 ◦ blue 20

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

Shades of Burgundy #720414

Tints of Burgundy #720414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 82.61%
G = 2.9%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#720414 (or 0x720414) is known color: Burgundy. HEX triplet: 72, 04 and 14. RGB value is (114,4,20). Sum of RGB (Red+Green+Blue) = 114+4+20=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #720414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720414 is #8DFBEB. Grayscale: #262626. Windows color (decimal): -9305068 or 1311858. OLE color: 1311858.

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

Color convert

RGB 114 4 20 -
CMYK 0 0.96 0.82 0.55
HSL 351.27º 0.93% 0.23% -
HSV(B) 351.27º 0.96% 0.45% -
XYZ 7.11 3.71 1 -
YUV 38.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 114 4 20 0 0.96 0.82 0.55 351.27 0.93 0.23
Hex 72 4 14 0 60 52 37 15F 5D 17
Octal 162 4 24 0 140 122 67 537 135 27
Binary 1110010 100 10100 0 1100000 1010010 110111 101011111 1011101 10111

Color Harmonies of #720414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720414

Black with #720414

Text Example


Text Example

White with #720414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720414; }

 p { color: rgb(114,4,20); }

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

background-color css

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

 a { background-color: rgb(114,4,20); }

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

border-color css

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

 span { border-color: rgb(114,4,20); }

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