Html Css Color HEX #730916 Burgundy

📋 copy color: '#730916'

red 115 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #730916

Tints of Burgundy #730916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 78.77%
G = 6.16%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#730916 (or 0x730916) is known color: Burgundy. HEX triplet: 73, 09 and 16. RGB value is (115,9,22). Sum of RGB (Red+Green+Blue) = 115+9+22=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #730916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730916 is #8CF6E9. Grayscale: #2A2A2A. Windows color (decimal): -9238250 or 1444211. OLE color: 1444211.

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

Color convert

RGB 115 9 22 -
CMYK 0 0.92 0.81 0.55
HSL 352.64º 0.85% 0.24% -
HSV(B) 352.64º 0.92% 0.45% -
XYZ 7.31 3.9 1.13 -
YUV 42.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 115 9 22 0 0.92 0.81 0.55 352.64 0.85 0.24
Hex 73 9 16 0 5C 51 37 161 55 18
Octal 163 11 26 0 134 121 67 541 125 30
Binary 1110011 1001 10110 0 1011100 1010001 110111 101100001 1010101 11000

Color Harmonies of #730916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730916

Black with #730916

Text Example


Text Example

White with #730916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730916; }

 p { color: rgb(115,9,22); }

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

background-color css

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

 a { background-color: rgb(115,9,22); }

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

border-color css

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

 span { border-color: rgb(115,9,22); }

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