Html Css Color HEX #720020 Burgundy

📋 copy color: '#720020'

red 114 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #720020

Tints of Burgundy #720020

RGB

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

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

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

R = 78.08%
G = 0%
B = 21.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#720020 (or 0x720020) is known color: Burgundy. HEX triplet: 72, 00 and 20. RGB value is (114,0,32). Sum of RGB (Red+Green+Blue) = 114+0+32=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720020 is #8DFFDF. Grayscale: #252525. Windows color (decimal): -9306080 or 2097266. OLE color: 2097266.

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

Color convert

RGB 114 0 32 -
CMYK 0 1 0.72 0.55
HSL 343.16º 1% 0.22% -
HSV(B) 343.16º 1% 0.45% -
XYZ 7.2 3.68 1.7 -
YUV 37.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 114 0 32 0 1 0.72 0.55 343.16 1 0.22
Hex 72 0 20 0 64 48 37 157 64 16
Octal 162 0 40 0 144 110 67 527 144 26
Binary 1110010 0 100000 0 1100100 1001000 110111 101010111 1100100 10110

Color Harmonies of #720020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720020

Black with #720020

Text Example


Text Example

White with #720020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720020; }

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

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

background-color css

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

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

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

border-color css

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

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

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