Html Css Color HEX #730723 Burgundy

📋 copy color: '#730723'

red 115 ◦ green 7 ◦ blue 35

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

Shades of Burgundy #730723

Tints of Burgundy #730723

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 73.25%
G = 4.46%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#730723 (or 0x730723) is known color: Burgundy. HEX triplet: 73, 07 and 23. RGB value is (115,7,35). Sum of RGB (Red+Green+Blue) = 115+7+35=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #730723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730723 is #8CF8DC. Grayscale: #2A2A2A. Windows color (decimal): -9238749 or 2295667. OLE color: 2295667.

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

Color convert

RGB 115 7 35 -
CMYK 0 0.94 0.70 0.55
HSL 344.44º 0.89% 0.24% -
HSV(B) 344.44º 0.94% 0.45% -
XYZ 7.45 3.92 1.95 -
YUV 42.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 115 7 35 0 0.94 0.70 0.55 344.44 0.89 0.24
Hex 73 7 23 0 5E 46 37 158 59 18
Octal 163 7 43 0 136 106 67 530 131 30
Binary 1110011 111 100011 0 1011110 1000110 110111 101011000 1011001 11000

Color Harmonies of #730723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730723

Black with #730723

Text Example


Text Example

White with #730723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730723; }

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

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

background-color css

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

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

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

border-color css

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

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

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