Html Css Color HEX #730811 Burgundy

📋 copy color: '#730811'

red 115 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #730811

Tints of Burgundy #730811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 82.14%
G = 5.71%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#730811 (or 0x730811) is known color: Burgundy. HEX triplet: 73, 08 and 11. RGB value is (115,8,17). Sum of RGB (Red+Green+Blue) = 115+8+17=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730811 is #8CF7EE. Grayscale: #292929. Windows color (decimal): -9238511 or 1116275. OLE color: 1116275.

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

Color convert

RGB 115 8 17 -
CMYK 0 0.93 0.85 0.55
HSL 354.95º 0.87% 0.24% -
HSV(B) 354.95º 0.93% 0.45% -
XYZ 7.26 3.86 0.89 -
YUV 41.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 115 8 17 0 0.93 0.85 0.55 354.95 0.87 0.24
Hex 73 8 11 0 5D 55 37 163 57 18
Octal 163 10 21 0 135 125 67 543 127 30
Binary 1110011 1000 10001 0 1011101 1010101 110111 101100011 1010111 11000

Color Harmonies of #730811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730811

Black with #730811

Text Example


Text Example

White with #730811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730811; }

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

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

background-color css

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

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

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

border-color css

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

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

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