Html Css Color HEX #730229 Burgundy

📋 copy color: '#730229'

red 115 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #730229

Tints of Burgundy #730229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 72.78%
G = 1.27%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#730229 (or 0x730229) is known color: Burgundy. HEX triplet: 73, 02 and 29. RGB value is (115,2,41). Sum of RGB (Red+Green+Blue) = 115+2+41=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #730229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730229 is #8CFDD6. Grayscale: #282828. Windows color (decimal): -9240023 or 2687603. OLE color: 2687603.

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

Color convert

RGB 115 2 41 -
CMYK 0 0.98 0.64 0.55
HSL 339.29º 0.97% 0.23% -
HSV(B) 339.29º 0.98% 0.45% -
XYZ 7.49 3.85 2.45 -
YUV 40.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 115 2 41 0 0.98 0.64 0.55 339.29 0.97 0.23
Hex 73 2 29 0 62 40 37 153 61 17
Octal 163 2 51 0 142 100 67 523 141 27
Binary 1110011 10 101001 0 1100010 1000000 110111 101010011 1100001 10111

Color Harmonies of #730229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730229

Black with #730229

Text Example


Text Example

White with #730229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730229; }

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

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

background-color css

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

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

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

border-color css

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

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

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