Html Css Color HEX #740D2D Burgundy

📋 copy color: '#740D2D'

red 116 ◦ green 13 ◦ blue 45

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

Shades of Burgundy #740D2D

Tints of Burgundy #740D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 66.67%
G = 7.47%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#740D2D (or 0x740D2D) is known color: Burgundy. HEX triplet: 74, 0D and 2D. RGB value is (116,13,45). Sum of RGB (Red+Green+Blue) = 116+13+45=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #740D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D2D is #8BF2D2. Grayscale: #2F2F2F. Windows color (decimal): -9171667 or 2952564. OLE color: 2952564.

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

Color convert

RGB 116 13 45 -
CMYK 0 0.89 0.61 0.55
HSL 341.36º 0.8% 0.25% -
HSV(B) 341.36º 0.89% 0.45% -
XYZ 7.82 4.19 2.88 -
YUV 47.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 116 13 45 0 0.89 0.61 0.55 341.36 0.8 0.25
Hex 74 D 2D 0 59 3D 37 155 50 19
Octal 164 15 55 0 131 75 67 525 120 31
Binary 1110100 1101 101101 0 1011001 111101 110111 101010101 1010000 11001

Color Harmonies of #740D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D2D

Black with #740D2D

Text Example


Text Example

White with #740D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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