Html Css Color HEX #740013 Burgundy

📋 copy color: '#740013'

red 116 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #740013

Tints of Burgundy #740013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.93%
G = 0%
B = 14.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#740013 (or 0x740013) is known color: Burgundy. HEX triplet: 74, 00 and 13. RGB value is (116,0,19). Sum of RGB (Red+Green+Blue) = 116+0+19=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #740013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740013 is #8BFFEC. Grayscale: #242424. Windows color (decimal): -9175021 or 1245300. OLE color: 1245300.

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

Color convert

RGB 116 0 19 -
CMYK 0 1 0.84 0.55
HSL 350.17º 1% 0.23% -
HSV(B) 350.17º 1% 0.45% -
XYZ 7.32 3.76 0.96 -
YUV 36.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 116 0 19 0 1 0.84 0.55 350.17 1 0.23
Hex 74 0 13 0 64 54 37 15E 64 17
Octal 164 0 23 0 144 124 67 536 144 27
Binary 1110100 0 10011 0 1100100 1010100 110111 101011110 1100100 10111

Color Harmonies of #740013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740013

Black with #740013

Text Example


Text Example

White with #740013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740013; }

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

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

background-color css

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

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

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

border-color css

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

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

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