Html Css Color HEX #720220 Burgundy

📋 copy color: '#720220'

red 114 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #720220

Tints of Burgundy #720220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 77.03%
G = 1.35%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#720220 (or 0x720220) is known color: Burgundy. HEX triplet: 72, 02 and 20. RGB value is (114,2,32). Sum of RGB (Red+Green+Blue) = 114+2+32=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720220 is #8DFDDF. Grayscale: #262626. Windows color (decimal): -9305568 or 2097778. OLE color: 2097778.

HSL color Cylindrical-coordinate representation of color #720220: hue angle of 343.93º 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 #720220 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 2 32 -
CMYK 0 0.98 0.72 0.55
HSL 343.93º 0.97% 0.23% -
HSV(B) 343.93º 0.98% 0.45% -
XYZ 7.22 3.73 1.7 -
YUV 38.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 114 2 32 0 0.98 0.72 0.55 343.93 0.97 0.23
Hex 72 2 20 0 62 48 37 158 61 17
Octal 162 2 40 0 142 110 67 530 141 27
Binary 1110010 10 100000 0 1100010 1001000 110111 101011000 1100001 10111

Color Harmonies of #720220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720220

Black with #720220

Text Example


Text Example

White with #720220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720220; }

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

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

background-color css

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

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

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

border-color css

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

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

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