Html Css Color HEX #730219 Burgundy

📋 copy color: '#730219'

red 115 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #730219

Tints of Burgundy #730219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 80.99%
G = 1.41%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730219 (or 0x730219) is known color: Burgundy. HEX triplet: 73, 02 and 19. RGB value is (115,2,25). Sum of RGB (Red+Green+Blue) = 115+2+25=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730219 is #8CFDE6. Grayscale: #262626. Windows color (decimal): -9240039 or 1639027. OLE color: 1639027.

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

Color convert

RGB 115 2 25 -
CMYK 0 0.98 0.78 0.55
HSL 347.79º 0.97% 0.23% -
HSV(B) 347.79º 0.98% 0.45% -
XYZ 7.27 3.76 1.26 -
YUV 38.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 115 2 25 0 0.98 0.78 0.55 347.79 0.97 0.23
Hex 73 2 19 0 62 4E 37 15C 61 17
Octal 163 2 31 0 142 116 67 534 141 27
Binary 1110011 10 11001 0 1100010 1001110 110111 101011100 1100001 10111

Color Harmonies of #730219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730219

Black with #730219

Text Example


Text Example

White with #730219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730219; }

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

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

background-color css

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

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

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

border-color css

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

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

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