Html Css Color HEX #740216 Burgundy

📋 copy color: '#740216'

red 116 ◦ green 2 ◦ blue 22

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

Shades of Burgundy #740216

Tints of Burgundy #740216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

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

R = 82.86%
G = 1.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#740216 (or 0x740216) is known color: Burgundy. HEX triplet: 74, 02 and 16. RGB value is (116,2,22). Sum of RGB (Red+Green+Blue) = 116+2+22=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740216 is #8BFDE9. Grayscale: #262626. Windows color (decimal): -9174506 or 1442420. OLE color: 1442420.

HSL color Cylindrical-coordinate representation of color #740216: hue angle of 349.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740216 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 22 -
CMYK 0 0.98 0.81 0.55
HSL 349.47º 0.97% 0.23% -
HSV(B) 349.47º 0.98% 0.45% -
XYZ 7.37 3.81 1.11 -
YUV 38.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 116 2 22 0 0.98 0.81 0.55 349.47 0.97 0.23
Hex 74 2 16 0 62 51 37 15D 61 17
Octal 164 2 26 0 142 121 67 535 141 27
Binary 1110100 10 10110 0 1100010 1010001 110111 101011101 1100001 10111

Color Harmonies of #740216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740216

Black with #740216

Text Example


Text Example

White with #740216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740216; }

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

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

background-color css

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

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

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

border-color css

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

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

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