Html Css Color HEX #720522 Burgundy

📋 copy color: '#720522'

red 114 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #720522

Tints of Burgundy #720522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 74.51%
G = 3.27%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#720522 (or 0x720522) is known color: Burgundy. HEX triplet: 72, 05 and 22. RGB value is (114,5,34). Sum of RGB (Red+Green+Blue) = 114+5+34=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720522 is #8DFADD. Grayscale: #282828. Windows color (decimal): -9304798 or 2229618. OLE color: 2229618.

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

Color convert

RGB 114 5 34 -
CMYK 0 0.96 0.70 0.55
HSL 344.04º 0.92% 0.23% -
HSV(B) 344.04º 0.96% 0.45% -
XYZ 7.28 3.8 1.86 -
YUV 40.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 114 5 34 0 0.96 0.70 0.55 344.04 0.92 0.23
Hex 72 5 22 0 60 46 37 158 5C 17
Octal 162 5 42 0 140 106 67 530 134 27
Binary 1110010 101 100010 0 1100000 1000110 110111 101011000 1011100 10111

Color Harmonies of #720522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720522

Black with #720522

Text Example


Text Example

White with #720522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720522; }

 p { color: rgb(114,5,34); }

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

background-color css

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

 a { background-color: rgb(114,5,34); }

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

border-color css

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

 span { border-color: rgb(114,5,34); }

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