Html Css Color HEX #730322 Burgundy

📋 copy color: '#730322'

red 115 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #730322

Tints of Burgundy #730322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.37%

R = 75.66%
G = 1.97%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#730322 (or 0x730322) is known color: Burgundy. HEX triplet: 73, 03 and 22. RGB value is (115,3,34). Sum of RGB (Red+Green+Blue) = 115+3+34=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730322 is #8CFCDD. Grayscale: #282828. Windows color (decimal): -9239774 or 2229107. OLE color: 2229107.

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

Color convert

RGB 115 3 34 -
CMYK 0 0.97 0.70 0.55
HSL 343.39º 0.95% 0.23% -
HSV(B) 343.39º 0.97% 0.45% -
XYZ 7.39 3.83 1.86 -
YUV 40.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 115 3 34 0 0.97 0.70 0.55 343.39 0.95 0.23
Hex 73 3 22 0 61 46 37 157 5F 17
Octal 163 3 42 0 141 106 67 527 137 27
Binary 1110011 11 100010 0 1100001 1000110 110111 101010111 1011111 10111

Color Harmonies of #730322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730322

Black with #730322

Text Example


Text Example

White with #730322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730322; }

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

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

background-color css

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

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

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

border-color css

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

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

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