Html Css Color HEX #720B14 Burgundy

📋 copy color: '#720B14'

red 114 ◦ green 11 ◦ blue 20

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

Shades of Burgundy #720B14

Tints of Burgundy #720B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.59%

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

R = 78.62%
G = 7.59%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#720B14 (or 0x720B14) is known color: Burgundy. HEX triplet: 72, 0B and 14. RGB value is (114,11,20). Sum of RGB (Red+Green+Blue) = 114+11+20=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #720B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B14 is #8DF4EB. Grayscale: #2A2A2A. Windows color (decimal): -9303276 or 1313650. OLE color: 1313650.

HSL color Cylindrical-coordinate representation of color #720B14: hue angle of 354.76º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B14 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 11 20 -
CMYK 0 0.90 0.82 0.55
HSL 354.76º 0.82% 0.25% -
HSV(B) 354.76º 0.9% 0.45% -
XYZ 7.19 3.87 1.03 -
YUV 42.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 114 11 20 0 0.90 0.82 0.55 354.76 0.82 0.25
Hex 72 B 14 0 5A 52 37 163 52 19
Octal 162 13 24 0 132 122 67 543 122 31
Binary 1110010 1011 10100 0 1011010 1010010 110111 101100011 1010010 11001

Color Harmonies of #720B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B14

Black with #720B14

Text Example


Text Example

White with #720B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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