Html Css Color HEX #740913 Burgundy

📋 copy color: '#740913'

red 116 ◦ green 9 ◦ blue 19

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

Shades of Burgundy #740913

Tints of Burgundy #740913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 80.56%
G = 6.25%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#740913 (or 0x740913) is known color: Burgundy. HEX triplet: 74, 09 and 13. RGB value is (116,9,19). Sum of RGB (Red+Green+Blue) = 116+9+19=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740913 is #8BF6EC. Grayscale: #2A2A2A. Windows color (decimal): -9172717 or 1247604. OLE color: 1247604.

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

Color convert

RGB 116 9 19 -
CMYK 0 0.92 0.84 0.55
HSL 354.39º 0.86% 0.25% -
HSV(B) 354.39º 0.92% 0.45% -
XYZ 7.42 3.96 0.99 -
YUV 42.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 116 9 19 0 0.92 0.84 0.55 354.39 0.86 0.25
Hex 74 9 13 0 5C 54 37 162 56 19
Octal 164 11 23 0 134 124 67 542 126 31
Binary 1110100 1001 10011 0 1011100 1010100 110111 101100010 1010110 11001

Color Harmonies of #740913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740913

Black with #740913

Text Example


Text Example

White with #740913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740913; }

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

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

background-color css

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

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

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

border-color css

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

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

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