Html Css Color HEX #740726 Burgundy

📋 copy color: '#740726'

red 116 ◦ green 7 ◦ blue 38

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

Shades of Burgundy #740726

Tints of Burgundy #740726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 72.05%
G = 4.35%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#740726 (or 0x740726) is known color: Burgundy. HEX triplet: 74, 07 and 26. RGB value is (116,7,38). Sum of RGB (Red+Green+Blue) = 116+7+38=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #740726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740726 is #8BF8D9. Grayscale: #2B2B2B. Windows color (decimal): -9173210 or 2492276. OLE color: 2492276.

HSL color Cylindrical-coordinate representation of color #740726: hue angle of 342.94º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740726 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 38 -
CMYK 0 0.94 0.67 0.55
HSL 342.94º 0.89% 0.24% -
HSV(B) 342.94º 0.94% 0.45% -
XYZ 7.63 4 2.2 -
YUV 43.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 116 7 38 0 0.94 0.67 0.55 342.94 0.89 0.24
Hex 74 7 26 0 5E 43 37 157 59 18
Octal 164 7 46 0 136 103 67 527 131 30
Binary 1110100 111 100110 0 1011110 1000011 110111 101010111 1011001 11000

Color Harmonies of #740726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740726

Black with #740726

Text Example


Text Example

White with #740726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740726; }

 p { color: rgb(116,7,38); }

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

background-color css

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

 a { background-color: rgb(116,7,38); }

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

border-color css

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

 span { border-color: rgb(116,7,38); }

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