Html Css Color HEX #730119 Burgundy

📋 copy color: '#730119'

red 115 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #730119

Tints of Burgundy #730119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 81.56%
G = 0.71%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730119 (or 0x730119) is known color: Burgundy. HEX triplet: 73, 01 and 19. RGB value is (115,1,25). Sum of RGB (Red+Green+Blue) = 115+1+25=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730119 is #8CFEE6. Grayscale: #252525. Windows color (decimal): -9240295 or 1638771. OLE color: 1638771.

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

Color convert

RGB 115 1 25 -
CMYK 0 0.99 0.78 0.55
HSL 347.37º 0.98% 0.23% -
HSV(B) 347.37º 0.99% 0.45% -
XYZ 7.26 3.74 1.26 -
YUV 37.82 120.77 183.05 -
System Red Green Blue C M Y K H S L
Decimal 115 1 25 0 0.99 0.78 0.55 347.37 0.98 0.23
Hex 73 1 19 0 63 4E 37 15B 62 17
Octal 163 1 31 0 143 116 67 533 142 27
Binary 1110011 1 11001 0 1100011 1001110 110111 101011011 1100010 10111

Color Harmonies of #730119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730119

Black with #730119

Text Example


Text Example

White with #730119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730119; }

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

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

background-color css

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

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

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

border-color css

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

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

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