Html Css Color HEX #730710 Burgundy

📋 copy color: '#730710'

red 115 ◦ green 7 ◦ blue 16

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

Shades of Burgundy #730710

Tints of Burgundy #730710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

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

R = 83.33%
G = 5.07%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#730710 (or 0x730710) is known color: Burgundy. HEX triplet: 73, 07 and 10. RGB value is (115,7,16). Sum of RGB (Red+Green+Blue) = 115+7+16=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730710 is #8CF8EF. Grayscale: #282828. Windows color (decimal): -9238768 or 1050483. OLE color: 1050483.

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

Color convert

RGB 115 7 16 -
CMYK 0 0.94 0.86 0.55
HSL 355º 0.89% 0.24% -
HSV(B) 355º 0.94% 0.45% -
XYZ 7.24 3.83 0.85 -
YUV 40.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 115 7 16 0 0.94 0.86 0.55 355 0.89 0.24
Hex 73 7 10 0 5E 56 37 163 59 18
Octal 163 7 20 0 136 126 67 543 131 30
Binary 1110011 111 10000 0 1011110 1010110 110111 101100011 1011001 11000

Color Harmonies of #730710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730710

Black with #730710

Text Example


Text Example

White with #730710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730710; }

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

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

background-color css

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

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

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

border-color css

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

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

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