Html Css Color HEX #730521 Burgundy

📋 copy color: '#730521'

red 115 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #730521

Tints of Burgundy #730521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 75.16%
G = 3.27%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#730521 (or 0x730521) is known color: Burgundy. HEX triplet: 73, 05 and 21. RGB value is (115,5,33). Sum of RGB (Red+Green+Blue) = 115+5+33=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #730521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730521 is #8CFADE. Grayscale: #292929. Windows color (decimal): -9239263 or 2164083. OLE color: 2164083.

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

Color convert

RGB 115 5 33 -
CMYK 0 0.96 0.71 0.55
HSL 344.73º 0.92% 0.24% -
HSV(B) 344.73º 0.96% 0.45% -
XYZ 7.4 3.86 1.79 -
YUV 41.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 115 5 33 0 0.96 0.71 0.55 344.73 0.92 0.24
Hex 73 5 21 0 60 47 37 159 5C 18
Octal 163 5 41 0 140 107 67 531 134 30
Binary 1110011 101 100001 0 1100000 1000111 110111 101011001 1011100 11000

Color Harmonies of #730521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730521

Black with #730521

Text Example


Text Example

White with #730521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730521; }

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

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

background-color css

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

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

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

border-color css

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

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

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