Html Css Color HEX #730820 Burgundy

📋 copy color: '#730820'

red 115 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #730820

Tints of Burgundy #730820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 74.19%
G = 5.16%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#730820 (or 0x730820) is known color: Burgundy. HEX triplet: 73, 08 and 20. RGB value is (115,8,32). Sum of RGB (Red+Green+Blue) = 115+8+32=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730820 is #8CF7DF. Grayscale: #2A2A2A. Windows color (decimal): -9238496 or 2099315. OLE color: 2099315.

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

Color convert

RGB 115 8 32 -
CMYK 0 0.93 0.72 0.55
HSL 346.54º 0.87% 0.24% -
HSV(B) 346.54º 0.93% 0.45% -
XYZ 7.42 3.92 1.73 -
YUV 42.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 115 8 32 0 0.93 0.72 0.55 346.54 0.87 0.24
Hex 73 8 20 0 5D 48 37 15B 57 18
Octal 163 10 40 0 135 110 67 533 127 30
Binary 1110011 1000 100000 0 1011101 1001000 110111 101011011 1010111 11000

Color Harmonies of #730820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730820

Black with #730820

Text Example


Text Example

White with #730820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730820; }

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

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

background-color css

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

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

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

border-color css

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

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

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