Html Css Color HEX #730725 Burgundy

📋 copy color: '#730725'

red 115 ◦ green 7 ◦ blue 37

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

Shades of Burgundy #730725

Tints of Burgundy #730725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.27%

R = 72.33%
G = 4.4%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#730725 (or 0x730725) is known color: Burgundy. HEX triplet: 73, 07 and 25. RGB value is (115,7,37). Sum of RGB (Red+Green+Blue) = 115+7+37=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #730725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730725 is #8CF8DA. Grayscale: #2A2A2A. Windows color (decimal): -9238747 or 2426739. OLE color: 2426739.

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

Color convert

RGB 115 7 37 -
CMYK 0 0.94 0.68 0.55
HSL 343.33º 0.89% 0.24% -
HSV(B) 343.33º 0.94% 0.45% -
XYZ 7.48 3.93 2.11 -
YUV 42.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 115 7 37 0 0.94 0.68 0.55 343.33 0.89 0.24
Hex 73 7 25 0 5E 44 37 157 59 18
Octal 163 7 45 0 136 104 67 527 131 30
Binary 1110011 111 100101 0 1011110 1000100 110111 101010111 1011001 11000

Color Harmonies of #730725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730725

Black with #730725

Text Example


Text Example

White with #730725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730725; }

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

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

background-color css

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

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

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

border-color css

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

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

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