Html Css Color HEX #720122 Burgundy

📋 copy color: '#720122'

red 114 ◦ green 1 ◦ blue 34

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

Shades of Burgundy #720122

Tints of Burgundy #720122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 76.51%
G = 0.67%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#720122 (or 0x720122) is known color: Burgundy. HEX triplet: 72, 01 and 22. RGB value is (114,1,34). Sum of RGB (Red+Green+Blue) = 114+1+34=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #720122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720122 is #8DFEDD. Grayscale: #262626. Windows color (decimal): -9305822 or 2228594. OLE color: 2228594.

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

Color convert

RGB 114 1 34 -
CMYK 0 0.99 0.70 0.55
HSL 342.48º 0.98% 0.23% -
HSV(B) 342.48º 0.99% 0.45% -
XYZ 7.24 3.71 1.85 -
YUV 38.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 114 1 34 0 0.99 0.70 0.55 342.48 0.98 0.23
Hex 72 1 22 0 63 46 37 156 62 17
Octal 162 1 42 0 143 106 67 526 142 27
Binary 1110010 1 100010 0 1100011 1000110 110111 101010110 1100010 10111

Color Harmonies of #720122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720122

Black with #720122

Text Example


Text Example

White with #720122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720122; }

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

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

background-color css

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

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

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

border-color css

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

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

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