Html Css Color HEX #720A0D Burgundy

📋 copy color: '#720A0D'

red 114 ◦ green 10 ◦ blue 13

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

Shades of Burgundy #720A0D

Tints of Burgundy #720A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.3%

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 83.21%
G = 7.3%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#720A0D (or 0x720A0D) is known color: Burgundy. HEX triplet: 72, 0A and 0D. RGB value is (114,10,13). Sum of RGB (Red+Green+Blue) = 114+10+13=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720A0D is #8DF5F2. Grayscale: #292929. Windows color (decimal): -9303539 or 854642. OLE color: 854642.

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

Color convert

RGB 114 10 13 -
CMYK 0 0.91 0.89 0.55
HSL 358.27º 0.84% 0.24% -
HSV(B) 358.27º 0.91% 0.45% -
XYZ 7.12 3.82 0.74 -
YUV 41.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 114 10 13 0 0.91 0.89 0.55 358.27 0.84 0.24
Hex 72 A D 0 5B 59 37 166 54 18
Octal 162 12 15 0 133 131 67 546 124 30
Binary 1110010 1010 1101 0 1011011 1011001 110111 101100110 1010100 11000

Color Harmonies of #720A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A0D

Black with #720A0D

Text Example


Text Example

White with #720A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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