Html Css Color HEX #720311 Burgundy

📋 copy color: '#720311'

red 114 ◦ green 3 ◦ blue 17

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

Shades of Burgundy #720311

Tints of Burgundy #720311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

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

R = 85.07%
G = 2.24%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#720311 (or 0x720311) is known color: Burgundy. HEX triplet: 72, 03 and 11. RGB value is (114,3,17). Sum of RGB (Red+Green+Blue) = 114+3+17=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #720311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720311 is #8DFCEE. Grayscale: #252525. Windows color (decimal): -9305327 or 1114994. OLE color: 1114994.

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

Color convert

RGB 114 3 17 -
CMYK 0 0.97 0.85 0.55
HSL 352.43º 0.95% 0.23% -
HSV(B) 352.43º 0.97% 0.45% -
XYZ 7.07 3.68 0.87 -
YUV 37.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 114 3 17 0 0.97 0.85 0.55 352.43 0.95 0.23
Hex 72 3 11 0 61 55 37 160 5F 17
Octal 162 3 21 0 141 125 67 540 137 27
Binary 1110010 11 10001 0 1100001 1010101 110111 101100000 1011111 10111

Color Harmonies of #720311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720311

Black with #720311

Text Example


Text Example

White with #720311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720311; }

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

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

background-color css

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

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

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

border-color css

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

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

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