Html Css Color HEX #730116 Burgundy

📋 copy color: '#730116'

red 115 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #730116

Tints of Burgundy #730116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 83.33%
G = 0.72%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#730116 (or 0x730116) is known color: Burgundy. HEX triplet: 73, 01 and 16. RGB value is (115,1,22). Sum of RGB (Red+Green+Blue) = 115+1+22=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730116 is #8CFEE9. Grayscale: #252525. Windows color (decimal): -9240298 or 1442163. OLE color: 1442163.

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

Color convert

RGB 115 1 22 -
CMYK 0 0.99 0.81 0.55
HSL 348.95º 0.98% 0.23% -
HSV(B) 348.95º 0.99% 0.45% -
XYZ 7.23 3.72 1.1 -
YUV 37.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 115 1 22 0 0.99 0.81 0.55 348.95 0.98 0.23
Hex 73 1 16 0 63 51 37 15D 62 17
Octal 163 1 26 0 143 121 67 535 142 27
Binary 1110011 1 10110 0 1100011 1010001 110111 101011101 1100010 10111

Color Harmonies of #730116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730116

Black with #730116

Text Example


Text Example

White with #730116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730116; }

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

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

background-color css

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

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

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

border-color css

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

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

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