Html Css Color HEX #720721 Burgundy

📋 copy color: '#720721'

red 114 ◦ green 7 ◦ blue 33

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

Shades of Burgundy #720721

Tints of Burgundy #720721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.55%

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 74.03%
G = 4.55%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#720721 (or 0x720721) is known color: Burgundy. HEX triplet: 72, 07 and 21. RGB value is (114,7,33). Sum of RGB (Red+Green+Blue) = 114+7+33=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #720721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720721 is #8DF8DE. Grayscale: #292929. Windows color (decimal): -9304287 or 2164594. OLE color: 2164594.

HSL color Cylindrical-coordinate representation of color #720721: hue angle of 345.42º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720721 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 33 -
CMYK 0 0.94 0.71 0.55
HSL 345.42º 0.88% 0.24% -
HSV(B) 345.42º 0.94% 0.45% -
XYZ 7.29 3.84 1.8 -
YUV 41.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 114 7 33 0 0.94 0.71 0.55 345.42 0.88 0.24
Hex 72 7 21 0 5E 47 37 159 58 18
Octal 162 7 41 0 136 107 67 531 130 30
Binary 1110010 111 100001 0 1011110 1000111 110111 101011001 1011000 11000

Color Harmonies of #720721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720721

Black with #720721

Text Example


Text Example

White with #720721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720721; }

 p { color: rgb(114,7,33); }

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

background-color css

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

 a { background-color: rgb(114,7,33); }

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

border-color css

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

 span { border-color: rgb(114,7,33); }

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