Html Css Color HEX #730524 Burgundy

📋 copy color: '#730524'

red 115 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #730524

Tints of Burgundy #730524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 73.72%
G = 3.21%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#730524 (or 0x730524) is known color: Burgundy. HEX triplet: 73, 05 and 24. RGB value is (115,5,36). Sum of RGB (Red+Green+Blue) = 115+5+36=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #730524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730524 is #8CFADB. Grayscale: #292929. Windows color (decimal): -9239260 or 2360691. OLE color: 2360691.

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

Color convert

RGB 115 5 36 -
CMYK 0 0.96 0.69 0.55
HSL 343.09º 0.92% 0.24% -
HSV(B) 343.09º 0.96% 0.45% -
XYZ 7.44 3.88 2.03 -
YUV 41.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 115 5 36 0 0.96 0.69 0.55 343.09 0.92 0.24
Hex 73 5 24 0 60 45 37 157 5C 18
Octal 163 5 44 0 140 105 67 527 134 30
Binary 1110011 101 100100 0 1100000 1000101 110111 101010111 1011100 11000

Color Harmonies of #730524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730524

Black with #730524

Text Example


Text Example

White with #730524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730524; }

 p { color: rgb(115,5,36); }

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

background-color css

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

 a { background-color: rgb(115,5,36); }

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

border-color css

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

 span { border-color: rgb(115,5,36); }

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