Html Css Color HEX #720D1A Burgundy

📋 copy color: '#720D1A'

red 114 ◦ green 13 ◦ blue 26

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

Shades of Burgundy #720D1A

Tints of Burgundy #720D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.5%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 74.51%
G = 8.5%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#720D1A (or 0x720D1A) is known color: Burgundy. HEX triplet: 72, 0D and 1A. RGB value is (114,13,26). Sum of RGB (Red+Green+Blue) = 114+13+26=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D1A is #8DF2E5. Grayscale: #2C2C2C. Windows color (decimal): -9302758 or 1707378. OLE color: 1707378.

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

Color convert

RGB 114 13 26 -
CMYK 0 0.89 0.77 0.55
HSL 352.28º 0.8% 0.25% -
HSV(B) 352.28º 0.89% 0.45% -
XYZ 7.27 3.94 1.35 -
YUV 44.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 114 13 26 0 0.89 0.77 0.55 352.28 0.8 0.25
Hex 72 D 1A 0 59 4D 37 160 50 19
Octal 162 15 32 0 131 115 67 540 120 31
Binary 1110010 1101 11010 0 1011001 1001101 110111 101100000 1010000 11001

Color Harmonies of #720D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D1A

Black with #720D1A

Text Example


Text Example

White with #720D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,13,26); }

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

background-color css

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

 a { background-color: rgb(114,13,26); }

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

border-color css

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

 span { border-color: rgb(114,13,26); }

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