Html Css Color HEX #740313 Burgundy

📋 copy color: '#740313'

red 116 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #740313

Tints of Burgundy #740313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 84.06%
G = 2.17%
B = 13.77%

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

#740313 (or 0x740313) is known color: Burgundy. HEX triplet: 74, 03 and 13. RGB value is (116,3,19). Sum of RGB (Red+Green+Blue) = 116+3+19=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #740313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740313 is #8BFCEC. Grayscale: #262626. Windows color (decimal): -9174253 or 1246068. OLE color: 1246068.

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

Color convert

RGB 116 3 19 -
CMYK 0 0.97 0.84 0.55
HSL 351.5º 0.95% 0.23% -
HSV(B) 351.5º 0.97% 0.45% -
XYZ 7.35 3.83 0.97 -
YUV 38.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 116 3 19 0 0.97 0.84 0.55 351.5 0.95 0.23
Hex 74 3 13 0 61 54 37 160 5F 17
Octal 164 3 23 0 141 124 67 540 137 27
Binary 1110100 11 10011 0 1100001 1010100 110111 101100000 1011111 10111

Color Harmonies of #740313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740313

Black with #740313

Text Example


Text Example

White with #740313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740313; }

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

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

background-color css

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

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

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

border-color css

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

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

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