Html Css Color HEX #740D1D Burgundy

📋 copy color: '#740D1D'

red 116 ◦ green 13 ◦ blue 29

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

Shades of Burgundy #740D1D

Tints of Burgundy #740D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 73.42%
G = 8.23%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#740D1D (or 0x740D1D) is known color: Burgundy. HEX triplet: 74, 0D and 1D. RGB value is (116,13,29). Sum of RGB (Red+Green+Blue) = 116+13+29=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #740D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D1D is #8BF2E2. Grayscale: #2D2D2D. Windows color (decimal): -9171683 or 1903988. OLE color: 1903988.

HSL color Cylindrical-coordinate representation of color #740D1D: hue angle of 350.68º 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 #740D1D is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 13 29 -
CMYK 0 0.89 0.75 0.55
HSL 350.68º 0.8% 0.25% -
HSV(B) 350.68º 0.89% 0.45% -
XYZ 7.57 4.09 1.55 -
YUV 45.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 116 13 29 0 0.89 0.75 0.55 350.68 0.8 0.25
Hex 74 D 1D 0 59 4B 37 15F 50 19
Octal 164 15 35 0 131 113 67 537 120 31
Binary 1110100 1101 11101 0 1011001 1001011 110111 101011111 1010000 11001

Color Harmonies of #740D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D1D

Black with #740D1D

Text Example


Text Example

White with #740D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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