Html Css Color HEX #730320 Burgundy

📋 copy color: '#730320'

red 115 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #730320

Tints of Burgundy #730320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 76.67%
G = 2%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#730320 (or 0x730320) is known color: Burgundy. HEX triplet: 73, 03 and 20. RGB value is (115,3,32). Sum of RGB (Red+Green+Blue) = 115+3+32=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #730320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730320 is #8CFCDF. Grayscale: #272727. Windows color (decimal): -9239776 or 2098035. OLE color: 2098035.

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

Color convert

RGB 115 3 32 -
CMYK 0 0.97 0.72 0.55
HSL 344.46º 0.95% 0.23% -
HSV(B) 344.46º 0.97% 0.45% -
XYZ 7.36 3.81 1.71 -
YUV 39.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 115 3 32 0 0.97 0.72 0.55 344.46 0.95 0.23
Hex 73 3 20 0 61 48 37 158 5F 17
Octal 163 3 40 0 141 110 67 530 137 27
Binary 1110011 11 100000 0 1100001 1001000 110111 101011000 1011111 10111

Color Harmonies of #730320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730320

Black with #730320

Text Example


Text Example

White with #730320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730320; }

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

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

background-color css

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

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

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

border-color css

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

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

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