Html Css Color HEX #720211 Burgundy

📋 copy color: '#720211'

red 114 ◦ green 2 ◦ blue 17

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

Shades of Burgundy #720211

Tints of Burgundy #720211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

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

R = 85.71%
G = 1.5%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#720211 (or 0x720211) is known color: Burgundy. HEX triplet: 72, 02 and 11. RGB value is (114,2,17). Sum of RGB (Red+Green+Blue) = 114+2+17=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #720211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720211 is #8DFDEE. Grayscale: #252525. Windows color (decimal): -9305583 or 1114738. OLE color: 1114738.

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

Color convert

RGB 114 2 17 -
CMYK 0 0.98 0.85 0.55
HSL 351.96º 0.97% 0.23% -
HSV(B) 351.96º 0.98% 0.45% -
XYZ 7.06 3.66 0.86 -
YUV 37.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 114 2 17 0 0.98 0.85 0.55 351.96 0.97 0.23
Hex 72 2 11 0 62 55 37 160 61 17
Octal 162 2 21 0 142 125 67 540 141 27
Binary 1110010 10 10001 0 1100010 1010101 110111 101100000 1100001 10111

Color Harmonies of #720211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720211

Black with #720211

Text Example


Text Example

White with #720211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720211; }

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

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

background-color css

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

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

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

border-color css

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

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

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