Html Css Color HEX #740429 Burgundy

📋 copy color: '#740429'

red 116 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #740429

Tints of Burgundy #740429

RGB

 RED value IS 116 (45.7% from 255) = 72.05%

 GREEN value IS 4 (1.95% from 255) = 2.48%

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

R = 72.05%
G = 2.48%
B = 25.47%

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

#740429 (or 0x740429) is known color: Burgundy. HEX triplet: 74, 04 and 29. RGB value is (116,4,41). Sum of RGB (Red+Green+Blue) = 116+4+41=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #740429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740429 is #8BFBD6. Grayscale: #292929. Windows color (decimal): -9173975 or 2688116. OLE color: 2688116.

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

Color convert

RGB 116 4 41 -
CMYK 0 0.97 0.65 0.55
HSL 340.18º 0.93% 0.24% -
HSV(B) 340.18º 0.97% 0.45% -
XYZ 7.65 3.96 2.46 -
YUV 41.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 116 4 41 0 0.97 0.65 0.55 340.18 0.93 0.24
Hex 74 4 29 0 61 41 37 154 5D 18
Octal 164 4 51 0 141 101 67 524 135 30
Binary 1110100 100 101001 0 1100001 1000001 110111 101010100 1011101 11000

Color Harmonies of #740429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740429

Black with #740429

Text Example


Text Example

White with #740429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740429; }

 p { color: rgb(116,4,41); }

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

background-color css

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

 a { background-color: rgb(116,4,41); }

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

border-color css

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

 span { border-color: rgb(116,4,41); }

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