Html Css Color HEX #740511 Burgundy

📋 copy color: '#740511'

red 116 ◦ green 5 ◦ blue 17

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

Shades of Burgundy #740511

Tints of Burgundy #740511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 84.06%
G = 3.62%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#740511 (or 0x740511) is known color: Burgundy. HEX triplet: 74, 05 and 11. RGB value is (116,5,17). Sum of RGB (Red+Green+Blue) = 116+5+17=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #740511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740511 is #8BFAEE. Grayscale: #272727. Windows color (decimal): -9173743 or 1115508. OLE color: 1115508.

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

Color convert

RGB 116 5 17 -
CMYK 0 0.96 0.85 0.55
HSL 353.51º 0.92% 0.24% -
HSV(B) 353.51º 0.96% 0.45% -
XYZ 7.36 3.86 0.89 -
YUV 39.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 116 5 17 0 0.96 0.85 0.55 353.51 0.92 0.24
Hex 74 5 11 0 60 55 37 162 5C 18
Octal 164 5 21 0 140 125 67 542 134 30
Binary 1110100 101 10001 0 1100000 1010101 110111 101100010 1011100 11000

Color Harmonies of #740511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740511

Black with #740511

Text Example


Text Example

White with #740511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740511; }

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

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

background-color css

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

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

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

border-color css

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

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

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