Html Css Color HEX #740413 Burgundy

📋 copy color: '#740413'

red 116 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #740413

Tints of Burgundy #740413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 83.45%
G = 2.88%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#740413 (or 0x740413) is known color: Burgundy. HEX triplet: 74, 04 and 13. RGB value is (116,4,19). Sum of RGB (Red+Green+Blue) = 116+4+19=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740413 is #8BFBEC. Grayscale: #272727. Windows color (decimal): -9173997 or 1246324. OLE color: 1246324.

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

Color convert

RGB 116 4 19 -
CMYK 0 0.97 0.84 0.55
HSL 351.96º 0.93% 0.24% -
HSV(B) 351.96º 0.97% 0.45% -
XYZ 7.36 3.85 0.97 -
YUV 39.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 116 4 19 0 0.97 0.84 0.55 351.96 0.93 0.24
Hex 74 4 13 0 61 54 37 160 5D 18
Octal 164 4 23 0 141 124 67 540 135 30
Binary 1110100 100 10011 0 1100001 1010100 110111 101100000 1011101 11000

Color Harmonies of #740413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740413

Black with #740413

Text Example


Text Example

White with #740413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740413; }

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

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

background-color css

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

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

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

border-color css

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

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

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