Html Css Color HEX #740D16 Burgundy

📋 copy color: '#740D16'

red 116 ◦ green 13 ◦ blue 22

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

Shades of Burgundy #740D16

Tints of Burgundy #740D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.61%

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

R = 76.82%
G = 8.61%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#740D16 (or 0x740D16) is known color: Burgundy. HEX triplet: 74, 0D and 16. RGB value is (116,13,22). Sum of RGB (Red+Green+Blue) = 116+13+22=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #740D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740D16 is #8BF2E9. Grayscale: #2C2C2C. Windows color (decimal): -9171690 or 1445236. OLE color: 1445236.

HSL color Cylindrical-coordinate representation of color #740D16: hue angle of 354.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D16 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 13 22 -
CMYK 0 0.89 0.81 0.55
HSL 354.76º 0.8% 0.25% -
HSV(B) 354.76º 0.89% 0.45% -
XYZ 7.49 4.06 1.15 -
YUV 44.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 116 13 22 0 0.89 0.81 0.55 354.76 0.8 0.25
Hex 74 D 16 0 59 51 37 163 50 19
Octal 164 15 26 0 131 121 67 543 120 31
Binary 1110100 1101 10110 0 1011001 1010001 110111 101100011 1010000 11001

Color Harmonies of #740D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D16

Black with #740D16

Text Example


Text Example

White with #740D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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