Html Css Color HEX #730519 Burgundy

📋 copy color: '#730519'

red 115 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #730519

Tints of Burgundy #730519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

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

R = 79.31%
G = 3.45%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730519 (or 0x730519) is known color: Burgundy. HEX triplet: 73, 05 and 19. RGB value is (115,5,25). Sum of RGB (Red+Green+Blue) = 115+5+25=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #730519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730519 is #8CFAE6. Grayscale: #282828. Windows color (decimal): -9239271 or 1639795. OLE color: 1639795.

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

Color convert

RGB 115 5 25 -
CMYK 0 0.96 0.78 0.55
HSL 349.09º 0.92% 0.24% -
HSV(B) 349.09º 0.96% 0.45% -
XYZ 7.3 3.82 1.27 -
YUV 40.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 115 5 25 0 0.96 0.78 0.55 349.09 0.92 0.24
Hex 73 5 19 0 60 4E 37 15D 5C 18
Octal 163 5 31 0 140 116 67 535 134 30
Binary 1110011 101 11001 0 1100000 1001110 110111 101011101 1011100 11000

Color Harmonies of #730519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730519

Black with #730519

Text Example


Text Example

White with #730519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730519; }

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

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

background-color css

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

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

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

border-color css

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

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

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