Html Css Color HEX #730328 Burgundy

📋 copy color: '#730328'

red 115 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #730328

Tints of Burgundy #730328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 72.78%
G = 1.9%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#730328 (or 0x730328) is known color: Burgundy. HEX triplet: 73, 03 and 28. RGB value is (115,3,40). Sum of RGB (Red+Green+Blue) = 115+3+40=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #730328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730328 is #8CFCD7. Grayscale: #282828. Windows color (decimal): -9239768 or 2622323. OLE color: 2622323.

HSL color Cylindrical-coordinate representation of color #730328: hue angle of 340.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730328 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 40 -
CMYK 0 0.97 0.65 0.55
HSL 340.18º 0.95% 0.23% -
HSV(B) 340.18º 0.97% 0.45% -
XYZ 7.49 3.86 2.36 -
YUV 40.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 115 3 40 0 0.97 0.65 0.55 340.18 0.95 0.23
Hex 73 3 28 0 61 41 37 154 5F 17
Octal 163 3 50 0 141 101 67 524 137 27
Binary 1110011 11 101000 0 1100001 1000001 110111 101010100 1011111 10111

Color Harmonies of #730328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730328

Black with #730328

Text Example


Text Example

White with #730328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730328; }

 p { color: rgb(115,3,40); }

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

background-color css

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

 a { background-color: rgb(115,3,40); }

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

border-color css

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

 span { border-color: rgb(115,3,40); }

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