Html Css Color HEX #740019 Burgundy

📋 copy color: '#740019'

red 116 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #740019

Tints of Burgundy #740019

RGB

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

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

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

R = 82.27%
G = 0%
B = 17.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#740019 (or 0x740019) is known color: Burgundy. HEX triplet: 74, 00 and 19. RGB value is (116,0,25). Sum of RGB (Red+Green+Blue) = 116+0+25=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #740019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740019 is #8BFFE6. Grayscale: #252525. Windows color (decimal): -9175015 or 1638516. OLE color: 1638516.

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

Color convert

RGB 116 0 25 -
CMYK 0 1 0.78 0.55
HSL 347.07º 1% 0.23% -
HSV(B) 347.07º 1% 0.45% -
XYZ 7.38 3.78 1.26 -
YUV 37.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 116 0 25 0 1 0.78 0.55 347.07 1 0.23
Hex 74 0 19 0 64 4E 37 15B 64 17
Octal 164 0 31 0 144 116 67 533 144 27
Binary 1110100 0 11001 0 1100100 1001110 110111 101011011 1100100 10111

Color Harmonies of #740019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740019

Black with #740019

Text Example


Text Example

White with #740019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740019; }

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

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

background-color css

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

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

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

border-color css

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

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

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