Html Css Color HEX #740411 Burgundy

📋 copy color: '#740411'

red 116 ◦ green 4 ◦ blue 17

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

Shades of Burgundy #740411

Tints of Burgundy #740411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 84.67%
G = 2.92%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#740411 (or 0x740411) is known color: Burgundy. HEX triplet: 74, 04 and 11. RGB value is (116,4,17). Sum of RGB (Red+Green+Blue) = 116+4+17=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #740411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740411 is #8BFBEE. Grayscale: #272727. Windows color (decimal): -9173999 or 1115252. OLE color: 1115252.

HSL color Cylindrical-coordinate representation of color #740411: hue angle of 353.04º 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 #740411 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 17 -
CMYK 0 0.97 0.85 0.55
HSL 353.04º 0.93% 0.24% -
HSV(B) 353.04º 0.97% 0.45% -
XYZ 7.35 3.84 0.88 -
YUV 38.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 116 4 17 0 0.97 0.85 0.55 353.04 0.93 0.24
Hex 74 4 11 0 61 55 37 161 5D 18
Octal 164 4 21 0 141 125 67 541 135 30
Binary 1110100 100 10001 0 1100001 1010101 110111 101100001 1011101 11000

Color Harmonies of #740411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740411

Black with #740411

Text Example


Text Example

White with #740411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740411; }

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

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

background-color css

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

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

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

border-color css

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

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

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