Html Css Color HEX #720328 Burgundy

📋 copy color: '#720328'

red 114 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #720328

Tints of Burgundy #720328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 72.61%
G = 1.91%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#720328 (or 0x720328) is known color: Burgundy. HEX triplet: 72, 03 and 28. RGB value is (114,3,40). Sum of RGB (Red+Green+Blue) = 114+3+40=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #720328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720328 is #8DFCD7. Grayscale: #282828. Windows color (decimal): -9305304 or 2622322. OLE color: 2622322.

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

Color convert

RGB 114 3 40 -
CMYK 0 0.97 0.65 0.55
HSL 340º 0.95% 0.23% -
HSV(B) 340º 0.97% 0.45% -
XYZ 7.35 3.8 2.35 -
YUV 40.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 114 3 40 0 0.97 0.65 0.55 340 0.95 0.23
Hex 72 3 28 0 61 41 37 154 5F 17
Octal 162 3 50 0 141 101 67 524 137 27
Binary 1110010 11 101000 0 1100001 1000001 110111 101010100 1011111 10111

Color Harmonies of #720328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720328

Black with #720328

Text Example


Text Example

White with #720328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720328; }

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

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

background-color css

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

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

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

border-color css

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

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

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