Html Css Color HEX #740C1D Burgundy

📋 copy color: '#740C1D'

red 116 ◦ green 12 ◦ blue 29

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

Shades of Burgundy #740C1D

Tints of Burgundy #740C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.64%

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

R = 73.89%
G = 7.64%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#740C1D (or 0x740C1D) is known color: Burgundy. HEX triplet: 74, 0C and 1D. RGB value is (116,12,29). Sum of RGB (Red+Green+Blue) = 116+12+29=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #740C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C1D is #8BF3E2. Grayscale: #2D2D2D. Windows color (decimal): -9171939 or 1903732. OLE color: 1903732.

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

Color convert

RGB 116 12 29 -
CMYK 0 0.90 0.75 0.55
HSL 350.19º 0.81% 0.25% -
HSV(B) 350.19º 0.9% 0.45% -
XYZ 7.56 4.06 1.55 -
YUV 45.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 116 12 29 0 0.90 0.75 0.55 350.19 0.81 0.25
Hex 74 C 1D 0 5A 4B 37 15E 51 19
Octal 164 14 35 0 132 113 67 536 121 31
Binary 1110100 1100 11101 0 1011010 1001011 110111 101011110 1010001 11001

Color Harmonies of #740C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C1D

Black with #740C1D

Text Example


Text Example

White with #740C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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