Html Css Color HEX #720320 Burgundy

📋 copy color: '#720320'

red 114 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #720320

Tints of Burgundy #720320

RGB

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

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

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

R = 76.51%
G = 2.01%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#720320 (or 0x720320) is known color: Burgundy. HEX triplet: 72, 03 and 20. RGB value is (114,3,32). Sum of RGB (Red+Green+Blue) = 114+3+32=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #720320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720320 is #8DFCDF. Grayscale: #272727. Windows color (decimal): -9305312 or 2098034. OLE color: 2098034.

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

Color convert

RGB 114 3 32 -
CMYK 0 0.97 0.72 0.55
HSL 344.32º 0.95% 0.23% -
HSV(B) 344.32º 0.97% 0.45% -
XYZ 7.23 3.75 1.71 -
YUV 39.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 114 3 32 0 0.97 0.72 0.55 344.32 0.95 0.23
Hex 72 3 20 0 61 48 37 158 5F 17
Octal 162 3 40 0 141 110 67 530 137 27
Binary 1110010 11 100000 0 1100001 1001000 110111 101011000 1011111 10111

Color Harmonies of #720320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720320

Black with #720320

Text Example


Text Example

White with #720320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720320; }

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

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

background-color css

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

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

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

border-color css

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

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

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