Html Css Color HEX #730319 Burgundy

📋 copy color: '#730319'

red 115 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #730319

Tints of Burgundy #730319

RGB

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

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

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

R = 80.42%
G = 2.1%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730319 (or 0x730319) is known color: Burgundy. HEX triplet: 73, 03 and 19. RGB value is (115,3,25). Sum of RGB (Red+Green+Blue) = 115+3+25=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #730319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730319 is #8CFCE6. Grayscale: #272727. Windows color (decimal): -9239783 or 1639283. OLE color: 1639283.

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

Color convert

RGB 115 3 25 -
CMYK 0 0.97 0.78 0.55
HSL 348.21º 0.95% 0.23% -
HSV(B) 348.21º 0.97% 0.45% -
XYZ 7.28 3.78 1.27 -
YUV 39 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 115 3 25 0 0.97 0.78 0.55 348.21 0.95 0.23
Hex 73 3 19 0 61 4E 37 15C 5F 17
Octal 163 3 31 0 141 116 67 534 137 27
Binary 1110011 11 11001 0 1100001 1001110 110111 101011100 1011111 10111

Color Harmonies of #730319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730319

Black with #730319

Text Example


Text Example

White with #730319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730319; }

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

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

background-color css

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

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

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

border-color css

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

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

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