Html Css Color HEX #730411 Burgundy

📋 copy color: '#730411'

red 115 ◦ green 4 ◦ blue 17

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

Shades of Burgundy #730411

Tints of Burgundy #730411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 84.56%
G = 2.94%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#730411 (or 0x730411) is known color: Burgundy. HEX triplet: 73, 04 and 11. RGB value is (115,4,17). Sum of RGB (Red+Green+Blue) = 115+4+17=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730411 is #8CFBEE. Grayscale: #262626. Windows color (decimal): -9239535 or 1115251. OLE color: 1115251.

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

Color convert

RGB 115 4 17 -
CMYK 0 0.97 0.85 0.55
HSL 352.97º 0.93% 0.23% -
HSV(B) 352.97º 0.97% 0.45% -
XYZ 7.21 3.77 0.88 -
YUV 38.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 115 4 17 0 0.97 0.85 0.55 352.97 0.93 0.23
Hex 73 4 11 0 61 55 37 161 5D 17
Octal 163 4 21 0 141 125 67 541 135 27
Binary 1110011 100 10001 0 1100001 1010101 110111 101100001 1011101 10111

Color Harmonies of #730411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730411

Black with #730411

Text Example


Text Example

White with #730411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730411; }

 p { color: rgb(115,4,17); }

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

background-color css

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

 a { background-color: rgb(115,4,17); }

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

border-color css

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

 span { border-color: rgb(115,4,17); }

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