Html Css Color HEX #730719 Burgundy

📋 copy color: '#730719'

red 115 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #730719

Tints of Burgundy #730719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 78.23%
G = 4.76%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730719 (or 0x730719) is known color: Burgundy. HEX triplet: 73, 07 and 19. RGB value is (115,7,25). Sum of RGB (Red+Green+Blue) = 115+7+25=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #730719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730719 is #8CF8E6. Grayscale: #292929. Windows color (decimal): -9238759 or 1640307. OLE color: 1640307.

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

Color convert

RGB 115 7 25 -
CMYK 0 0.94 0.78 0.55
HSL 350º 0.89% 0.24% -
HSV(B) 350º 0.94% 0.45% -
XYZ 7.32 3.87 1.28 -
YUV 41.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 115 7 25 0 0.94 0.78 0.55 350 0.89 0.24
Hex 73 7 19 0 5E 4E 37 15E 59 18
Octal 163 7 31 0 136 116 67 536 131 30
Binary 1110011 111 11001 0 1011110 1001110 110111 101011110 1011001 11000

Color Harmonies of #730719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730719

Black with #730719

Text Example


Text Example

White with #730719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730719; }

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

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

background-color css

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

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

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

border-color css

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

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

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