Html Css Color HEX #730729 Burgundy

📋 copy color: '#730729'

red 115 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #730729

Tints of Burgundy #730729

RGB

 RED value IS 115 (45.31% from 255) = 70.55%

 GREEN value IS 7 (3.13% from 255) = 4.29%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 70.55%
G = 4.29%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#730729 (or 0x730729) is known color: Burgundy. HEX triplet: 73, 07 and 29. RGB value is (115,7,41). Sum of RGB (Red+Green+Blue) = 115+7+41=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #730729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730729 is #8CF8D6. Grayscale: #2B2B2B. Windows color (decimal): -9238743 or 2688883. OLE color: 2688883.

HSL color Cylindrical-coordinate representation of color #730729: hue angle of 341.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730729 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 41 -
CMYK 0 0.94 0.64 0.55
HSL 341.11º 0.89% 0.24% -
HSV(B) 341.11º 0.94% 0.45% -
XYZ 7.55 3.96 2.46 -
YUV 43.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 115 7 41 0 0.94 0.64 0.55 341.11 0.89 0.24
Hex 73 7 29 0 5E 40 37 155 59 18
Octal 163 7 51 0 136 100 67 525 131 30
Binary 1110011 111 101001 0 1011110 1000000 110111 101010101 1011001 11000

Color Harmonies of #730729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730729

Black with #730729

Text Example


Text Example

White with #730729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730729; }

 p { color: rgb(115,7,41); }

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

background-color css

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

 a { background-color: rgb(115,7,41); }

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

border-color css

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

 span { border-color: rgb(115,7,41); }

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