Html Css Color HEX #740517 Burgundy

📋 copy color: '#740517'

red 116 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #740517

Tints of Burgundy #740517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.97%

R = 80.56%
G = 3.47%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#740517 (or 0x740517) is known color: Burgundy. HEX triplet: 74, 05 and 17. RGB value is (116,5,23). Sum of RGB (Red+Green+Blue) = 116+5+23=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740517 is #8BFAE8. Grayscale: #282828. Windows color (decimal): -9173737 or 1508724. OLE color: 1508724.

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

Color convert

RGB 116 5 23 -
CMYK 0 0.96 0.80 0.55
HSL 350.27º 0.92% 0.24% -
HSV(B) 350.27º 0.96% 0.45% -
XYZ 7.41 3.88 1.17 -
YUV 40.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 116 5 23 0 0.96 0.80 0.55 350.27 0.92 0.24
Hex 74 5 17 0 60 50 37 15E 5C 18
Octal 164 5 27 0 140 120 67 536 134 30
Binary 1110100 101 10111 0 1100000 1010000 110111 101011110 1011100 11000

Color Harmonies of #740517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740517

Black with #740517

Text Example


Text Example

White with #740517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740517; }

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

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

background-color css

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

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

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

border-color css

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

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

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