Html Css Color HEX #740929 Burgundy

📋 copy color: '#740929'

red 116 ◦ green 9 ◦ blue 41

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

Shades of Burgundy #740929

Tints of Burgundy #740929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

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

R = 69.88%
G = 5.42%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#740929 (or 0x740929) is known color: Burgundy. HEX triplet: 74, 09 and 29. RGB value is (116,9,41). Sum of RGB (Red+Green+Blue) = 116+9+41=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #740929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740929 is #8BF6D6. Grayscale: #2C2C2C. Windows color (decimal): -9172695 or 2689396. OLE color: 2689396.

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

Color convert

RGB 116 9 41 -
CMYK 0 0.92 0.65 0.55
HSL 342.06º 0.86% 0.25% -
HSV(B) 342.06º 0.92% 0.45% -
XYZ 7.7 4.07 2.48 -
YUV 44.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 116 9 41 0 0.92 0.65 0.55 342.06 0.86 0.25
Hex 74 9 29 0 5C 41 37 156 56 19
Octal 164 11 51 0 134 101 67 526 126 31
Binary 1110100 1001 101001 0 1011100 1000001 110111 101010110 1010110 11001

Color Harmonies of #740929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740929

Black with #740929

Text Example


Text Example

White with #740929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740929; }

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

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

background-color css

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

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

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

border-color css

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

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

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