Html Css Color HEX #720B0E Burgundy

📋 copy color: '#720B0E'

red 114 ◦ green 11 ◦ blue 14

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

Shades of Burgundy #720B0E

Tints of Burgundy #720B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 82.01%
G = 7.91%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#720B0E (or 0x720B0E) is known color: Burgundy. HEX triplet: 72, 0B and 0E. RGB value is (114,11,14). Sum of RGB (Red+Green+Blue) = 114+11+14=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #720B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B0E is #8DF4F1. Grayscale: #2A2A2A. Windows color (decimal): -9303282 or 920434. OLE color: 920434.

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

Color convert

RGB 114 11 14 -
CMYK 0 0.90 0.88 0.55
HSL 358.25º 0.82% 0.25% -
HSV(B) 358.25º 0.9% 0.45% -
XYZ 7.14 3.85 0.78 -
YUV 42.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 114 11 14 0 0.90 0.88 0.55 358.25 0.82 0.25
Hex 72 B E 0 5A 58 37 166 52 19
Octal 162 13 16 0 132 130 67 546 122 31
Binary 1110010 1011 1110 0 1011010 1011000 110111 101100110 1010010 11001

Color Harmonies of #720B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B0E

Black with #720B0E

Text Example


Text Example

White with #720B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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