Html Css Color HEX #730410 Burgundy

📋 copy color: '#730410'

red 115 ◦ green 4 ◦ blue 16

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

Shades of Burgundy #730410

Tints of Burgundy #730410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 85.19%
G = 2.96%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#730410 (or 0x730410) is known color: Burgundy. HEX triplet: 73, 04 and 10. RGB value is (115,4,16). Sum of RGB (Red+Green+Blue) = 115+4+16=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #730410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730410 is #8CFBEF. Grayscale: #262626. Windows color (decimal): -9239536 or 1049715. OLE color: 1049715.

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

Color convert

RGB 115 4 16 -
CMYK 0 0.97 0.86 0.55
HSL 353.51º 0.93% 0.23% -
HSV(B) 353.51º 0.97% 0.45% -
XYZ 7.21 3.77 0.84 -
YUV 38.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 115 4 16 0 0.97 0.86 0.55 353.51 0.93 0.23
Hex 73 4 10 0 61 56 37 162 5D 17
Octal 163 4 20 0 141 126 67 542 135 27
Binary 1110011 100 10000 0 1100001 1010110 110111 101100010 1011101 10111

Color Harmonies of #730410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730410

Black with #730410

Text Example


Text Example

White with #730410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730410; }

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

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

background-color css

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

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

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

border-color css

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

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

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