Html Css Color HEX #740419 Burgundy

📋 copy color: '#740419'

red 116 ◦ green 4 ◦ blue 25

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

Shades of Burgundy #740419

Tints of Burgundy #740419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 80%
G = 2.76%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#740419 (or 0x740419) is known color: Burgundy. HEX triplet: 74, 04 and 19. RGB value is (116,4,25). Sum of RGB (Red+Green+Blue) = 116+4+25=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #740419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740419 is #8BFBE6. Grayscale: #272727. Windows color (decimal): -9173991 or 1639540. OLE color: 1639540.

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

Color convert

RGB 116 4 25 -
CMYK 0 0.97 0.78 0.55
HSL 348.75º 0.93% 0.24% -
HSV(B) 348.75º 0.97% 0.45% -
XYZ 7.42 3.87 1.28 -
YUV 39.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 116 4 25 0 0.97 0.78 0.55 348.75 0.93 0.24
Hex 74 4 19 0 61 4E 37 15D 5D 18
Octal 164 4 31 0 141 116 67 535 135 30
Binary 1110100 100 11001 0 1100001 1001110 110111 101011101 1011101 11000

Color Harmonies of #740419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740419

Black with #740419

Text Example


Text Example

White with #740419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740419; }

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

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

background-color css

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

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

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

border-color css

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

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

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