Html Css Color HEX #720011 Burgundy

📋 copy color: '#720011'

red 114 ◦ green 0 ◦ blue 17

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

Shades of Burgundy #720011

Tints of Burgundy #720011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 87.02%
G = 0%
B = 12.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#720011 (or 0x720011) is known color: Burgundy. HEX triplet: 72, 00 and 11. RGB value is (114,0,17). Sum of RGB (Red+Green+Blue) = 114+0+17=131 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.02% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 114 - color contains mainly: red. Hex color #720011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720011 is #8DFFEE. Grayscale: #242424. Windows color (decimal): -9306095 or 1114226. OLE color: 1114226.

HSL color Cylindrical-coordinate representation of color #720011: hue angle of 351.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720011 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 17 -
CMYK 0 1 0.85 0.55
HSL 351.05º 1% 0.22% -
HSV(B) 351.05º 1% 0.45% -
XYZ 7.04 3.62 0.86 -
YUV 36.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 114 0 17 0 1 0.85 0.55 351.05 1 0.22
Hex 72 0 11 0 64 55 37 15F 64 16
Octal 162 0 21 0 144 125 67 537 144 26
Binary 1110010 0 10001 0 1100100 1010101 110111 101011111 1100100 10110

Color Harmonies of #720011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720011

Black with #720011

Text Example


Text Example

White with #720011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720011; }

 p { color: rgb(114,0,17); }

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

background-color css

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

 a { background-color: rgb(114,0,17); }

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

border-color css

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

 span { border-color: rgb(114,0,17); }

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