Html Css Color HEX #730819 Burgundy

📋 copy color: '#730819'

red 115 ◦ green 8 ◦ blue 25

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

Shades of Burgundy #730819

Tints of Burgundy #730819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 77.7%
G = 5.41%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730819 (or 0x730819) is known color: Burgundy. HEX triplet: 73, 08 and 19. RGB value is (115,8,25). Sum of RGB (Red+Green+Blue) = 115+8+25=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730819 is #8CF7E6. Grayscale: #292929. Windows color (decimal): -9238503 or 1640563. OLE color: 1640563.

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

Color convert

RGB 115 8 25 -
CMYK 0 0.93 0.78 0.55
HSL 350.47º 0.87% 0.24% -
HSV(B) 350.47º 0.93% 0.45% -
XYZ 7.33 3.89 1.28 -
YUV 41.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 115 8 25 0 0.93 0.78 0.55 350.47 0.87 0.24
Hex 73 8 19 0 5D 4E 37 15E 57 18
Octal 163 10 31 0 135 116 67 536 127 30
Binary 1110011 1000 11001 0 1011101 1001110 110111 101011110 1010111 11000

Color Harmonies of #730819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730819

Black with #730819

Text Example


Text Example

White with #730819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730819; }

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

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

background-color css

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

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

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

border-color css

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

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

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