Html Css Color HEX #730323 Burgundy

📋 copy color: '#730323'

red 115 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #730323

Tints of Burgundy #730323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.88%

R = 75.16%
G = 1.96%
B = 22.88%

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

#730323 (or 0x730323) is known color: Burgundy. HEX triplet: 73, 03 and 23. RGB value is (115,3,35). Sum of RGB (Red+Green+Blue) = 115+3+35=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #730323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730323 is #8CFCDC. Grayscale: #282828. Windows color (decimal): -9239773 or 2294643. OLE color: 2294643.

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

Color convert

RGB 115 3 35 -
CMYK 0 0.97 0.70 0.55
HSL 342.86º 0.95% 0.23% -
HSV(B) 342.86º 0.97% 0.45% -
XYZ 7.41 3.83 1.94 -
YUV 40.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 115 3 35 0 0.97 0.70 0.55 342.86 0.95 0.23
Hex 73 3 23 0 61 46 37 157 5F 17
Octal 163 3 43 0 141 106 67 527 137 27
Binary 1110011 11 100011 0 1100001 1000110 110111 101010111 1011111 10111

Color Harmonies of #730323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730323

Black with #730323

Text Example


Text Example

White with #730323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730323; }

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

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

background-color css

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

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

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

border-color css

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

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

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