Html Css Color HEX #730029 Burgundy

📋 copy color: '#730029'

red 115 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #730029

Tints of Burgundy #730029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 73.72%
G = 0%
B = 26.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#730029 (or 0x730029) is known color: Burgundy. HEX triplet: 73, 00 and 29. RGB value is (115,0,41). Sum of RGB (Red+Green+Blue) = 115+0+41=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #730029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730029 is #8CFFD6. Grayscale: #272727. Windows color (decimal): -9240535 or 2687091. OLE color: 2687091.

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

Color convert

RGB 115 0 41 -
CMYK 0 1 0.64 0.55
HSL 338.61º 1% 0.23% -
HSV(B) 338.61º 1% 0.45% -
XYZ 7.47 3.8 2.44 -
YUV 39.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 115 0 41 0 1 0.64 0.55 338.61 1 0.23
Hex 73 0 29 0 64 40 37 153 64 17
Octal 163 0 51 0 144 100 67 523 144 27
Binary 1110011 0 101001 0 1100100 1000000 110111 101010011 1100100 10111

Color Harmonies of #730029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730029

Black with #730029

Text Example


Text Example

White with #730029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730029; }

 p { color: rgb(115,0,41); }

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

background-color css

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

 a { background-color: rgb(115,0,41); }

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

border-color css

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

 span { border-color: rgb(115,0,41); }

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