Html Css Color HEX #740219 Burgundy

📋 copy color: '#740219'

red 116 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #740219

Tints of Burgundy #740219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 81.12%
G = 1.4%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#740219 (or 0x740219) is known color: Burgundy. HEX triplet: 74, 02 and 19. RGB value is (116,2,25). Sum of RGB (Red+Green+Blue) = 116+2+25=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #740219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740219 is #8BFDE6. Grayscale: #262626. Windows color (decimal): -9174503 or 1639028. OLE color: 1639028.

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

Color convert

RGB 116 2 25 -
CMYK 0 0.98 0.78 0.55
HSL 347.89º 0.97% 0.23% -
HSV(B) 347.89º 0.98% 0.45% -
XYZ 7.4 3.83 1.27 -
YUV 38.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 116 2 25 0 0.98 0.78 0.55 347.89 0.97 0.23
Hex 74 2 19 0 62 4E 37 15C 61 17
Octal 164 2 31 0 142 116 67 534 141 27
Binary 1110100 10 11001 0 1100010 1001110 110111 101011100 1100001 10111

Color Harmonies of #740219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740219

Black with #740219

Text Example


Text Example

White with #740219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740219; }

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

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

background-color css

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

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

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

border-color css

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

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

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