Html Css Color HEX #720B1E Burgundy

📋 copy color: '#720B1E'

red 114 ◦ green 11 ◦ blue 30

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

Shades of Burgundy #720B1E

Tints of Burgundy #720B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 73.55%
G = 7.1%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#720B1E (or 0x720B1E) is known color: Burgundy. HEX triplet: 72, 0B and 1E. RGB value is (114,11,30). Sum of RGB (Red+Green+Blue) = 114+11+30=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B1E is #8DF4E1. Grayscale: #2B2B2B. Windows color (decimal): -9303266 or 1969010. OLE color: 1969010.

HSL color Cylindrical-coordinate representation of color #720B1E: hue angle of 348.93º 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 #720B1E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 11 30 -
CMYK 0 0.90 0.74 0.55
HSL 348.93º 0.82% 0.25% -
HSV(B) 348.93º 0.9% 0.45% -
XYZ 7.29 3.91 1.6 -
YUV 43.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 114 11 30 0 0.90 0.74 0.55 348.93 0.82 0.25
Hex 72 B 1E 0 5A 4A 37 15D 52 19
Octal 162 13 36 0 132 112 67 535 122 31
Binary 1110010 1011 11110 0 1011010 1001010 110111 101011101 1010010 11001

Color Harmonies of #720B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B1E

Black with #720B1E

Text Example


Text Example

White with #720B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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