Html Css Color HEX #730527 Burgundy

📋 copy color: '#730527'

red 115 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #730527

Tints of Burgundy #730527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 72.33%
G = 3.14%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#730527 (or 0x730527) is known color: Burgundy. HEX triplet: 73, 05 and 27. RGB value is (115,5,39). Sum of RGB (Red+Green+Blue) = 115+5+39=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #730527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730527 is #8CFAD8. Grayscale: #292929. Windows color (decimal): -9239257 or 2557299. OLE color: 2557299.

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

Color convert

RGB 115 5 39 -
CMYK 0 0.96 0.66 0.55
HSL 341.45º 0.92% 0.24% -
HSV(B) 341.45º 0.96% 0.45% -
XYZ 7.49 3.9 2.28 -
YUV 41.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 115 5 39 0 0.96 0.66 0.55 341.45 0.92 0.24
Hex 73 5 27 0 60 42 37 155 5C 18
Octal 163 5 47 0 140 102 67 525 134 30
Binary 1110011 101 100111 0 1100000 1000010 110111 101010101 1011100 11000

Color Harmonies of #730527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730527

Black with #730527

Text Example


Text Example

White with #730527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730527; }

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

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

background-color css

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

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

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

border-color css

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

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

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