Html Css Color HEX #740711 Burgundy

📋 copy color: '#740711'

red 116 ◦ green 7 ◦ blue 17

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

Shades of Burgundy #740711

Tints of Burgundy #740711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

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

R = 82.86%
G = 5%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#740711 (or 0x740711) is known color: Burgundy. HEX triplet: 74, 07 and 11. RGB value is (116,7,17). Sum of RGB (Red+Green+Blue) = 116+7+17=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740711 is #8BF8EE. Grayscale: #282828. Windows color (decimal): -9173231 or 1116020. OLE color: 1116020.

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

Color convert

RGB 116 7 17 -
CMYK 0 0.94 0.85 0.55
HSL 354.5º 0.89% 0.24% -
HSV(B) 354.5º 0.94% 0.45% -
XYZ 7.38 3.91 0.9 -
YUV 40.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 116 7 17 0 0.94 0.85 0.55 354.5 0.89 0.24
Hex 74 7 11 0 5E 55 37 162 59 18
Octal 164 7 21 0 136 125 67 542 131 30
Binary 1110100 111 10001 0 1011110 1010101 110111 101100010 1011001 11000

Color Harmonies of #740711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740711

Black with #740711

Text Example


Text Example

White with #740711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740711; }

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

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

background-color css

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

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

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

border-color css

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

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

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