Html Css Color HEX #740D1B Burgundy

📋 copy color: '#740D1B'

red 116 ◦ green 13 ◦ blue 27

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

Shades of Burgundy #740D1B

Tints of Burgundy #740D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 74.36%
G = 8.33%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#740D1B (or 0x740D1B) is known color: Burgundy. HEX triplet: 74, 0D and 1B. RGB value is (116,13,27). Sum of RGB (Red+Green+Blue) = 116+13+27=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D1B is #8BF2E4. Grayscale: #2D2D2D. Windows color (decimal): -9171685 or 1772916. OLE color: 1772916.

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

Color convert

RGB 116 13 27 -
CMYK 0 0.89 0.77 0.55
HSL 351.84º 0.8% 0.25% -
HSV(B) 351.84º 0.89% 0.45% -
XYZ 7.54 4.08 1.43 -
YUV 45.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 116 13 27 0 0.89 0.77 0.55 351.84 0.8 0.25
Hex 74 D 1B 0 59 4D 37 160 50 19
Octal 164 15 33 0 131 115 67 540 120 31
Binary 1110100 1101 11011 0 1011001 1001101 110111 101100000 1010000 11001

Color Harmonies of #740D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D1B

Black with #740D1B

Text Example


Text Example

White with #740D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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