Html Css Color HEX #740516 Burgundy

📋 copy color: '#740516'

red 116 ◦ green 5 ◦ blue 22

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

Shades of Burgundy #740516

Tints of Burgundy #740516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 81.12%
G = 3.5%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#740516 (or 0x740516) is known color: Burgundy. HEX triplet: 74, 05 and 16. RGB value is (116,5,22). Sum of RGB (Red+Green+Blue) = 116+5+22=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #740516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740516 is #8BFAE9. Grayscale: #282828. Windows color (decimal): -9173738 or 1443188. OLE color: 1443188.

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

Color convert

RGB 116 5 22 -
CMYK 0 0.96 0.81 0.55
HSL 350.81º 0.92% 0.24% -
HSV(B) 350.81º 0.96% 0.45% -
XYZ 7.4 3.88 1.12 -
YUV 40.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 116 5 22 0 0.96 0.81 0.55 350.81 0.92 0.24
Hex 74 5 16 0 60 51 37 15F 5C 18
Octal 164 5 26 0 140 121 67 537 134 30
Binary 1110100 101 10110 0 1100000 1010001 110111 101011111 1011100 11000

Color Harmonies of #740516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740516

Black with #740516

Text Example


Text Example

White with #740516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740516; }

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

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

background-color css

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

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

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

border-color css

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

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

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