Html Css Color HEX #720022 Burgundy

📋 copy color: '#720022'

red 114 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #720022

Tints of Burgundy #720022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.03%
G = 0%
B = 22.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#720022 (or 0x720022) is known color: Burgundy. HEX triplet: 72, 00 and 22. RGB value is (114,0,34). Sum of RGB (Red+Green+Blue) = 114+0+34=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720022 is #8DFFDD. Grayscale: #252525. Windows color (decimal): -9306078 or 2228338. OLE color: 2228338.

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

Color convert

RGB 114 0 34 -
CMYK 0 1 0.70 0.55
HSL 342.11º 1% 0.22% -
HSV(B) 342.11º 1% 0.45% -
XYZ 7.23 3.69 1.85 -
YUV 37.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 114 0 34 0 1 0.70 0.55 342.11 1 0.22
Hex 72 0 22 0 64 46 37 156 64 16
Octal 162 0 42 0 144 106 67 526 144 26
Binary 1110010 0 100010 0 1100100 1000110 110111 101010110 1100100 10110

Color Harmonies of #720022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720022

Black with #720022

Text Example


Text Example

White with #720022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720022; }

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

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

background-color css

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

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

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

border-color css

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

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

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