Html Css Color HEX #740719 Burgundy

📋 copy color: '#740719'

red 116 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #740719

Tints of Burgundy #740719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.89%

R = 78.38%
G = 4.73%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#740719 (or 0x740719) is known color: Burgundy. HEX triplet: 74, 07 and 19. RGB value is (116,7,25). Sum of RGB (Red+Green+Blue) = 116+7+25=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #740719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740719 is #8BF8E6. Grayscale: #292929. Windows color (decimal): -9173223 or 1640308. OLE color: 1640308.

HSL color Cylindrical-coordinate representation of color #740719: hue angle of 350.09º 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 #740719 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 25 -
CMYK 0 0.94 0.78 0.55
HSL 350.09º 0.89% 0.24% -
HSV(B) 350.09º 0.94% 0.45% -
XYZ 7.45 3.94 1.29 -
YUV 41.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 116 7 25 0 0.94 0.78 0.55 350.09 0.89 0.24
Hex 74 7 19 0 5E 4E 37 15E 59 18
Octal 164 7 31 0 136 116 67 536 131 30
Binary 1110100 111 11001 0 1011110 1001110 110111 101011110 1011001 11000

Color Harmonies of #740719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740719

Black with #740719

Text Example


Text Example

White with #740719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740719; }

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

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

background-color css

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

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

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

border-color css

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

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

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