Html Css Color HEX #720326 Burgundy

📋 copy color: '#720326'

red 114 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #720326

Tints of Burgundy #720326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 73.55%
G = 1.94%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#720326 (or 0x720326) is known color: Burgundy. HEX triplet: 72, 03 and 26. RGB value is (114,3,38). Sum of RGB (Red+Green+Blue) = 114+3+38=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720326 is #8DFCD9. Grayscale: #282828. Windows color (decimal): -9305306 or 2491250. OLE color: 2491250.

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

Color convert

RGB 114 3 38 -
CMYK 0 0.97 0.67 0.55
HSL 341.08º 0.95% 0.23% -
HSV(B) 341.08º 0.97% 0.45% -
XYZ 7.32 3.78 2.18 -
YUV 40.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 114 3 38 0 0.97 0.67 0.55 341.08 0.95 0.23
Hex 72 3 26 0 61 43 37 155 5F 17
Octal 162 3 46 0 141 103 67 525 137 27
Binary 1110010 11 100110 0 1100001 1000011 110111 101010101 1011111 10111

Color Harmonies of #720326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720326

Black with #720326

Text Example


Text Example

White with #720326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720326; }

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

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

background-color css

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

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

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

border-color css

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

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

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