Html Css Color HEX #740420 Burgundy

📋 copy color: '#740420'

red 116 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #740420

Tints of Burgundy #740420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 76.32%
G = 2.63%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#740420 (or 0x740420) is known color: Burgundy. HEX triplet: 74, 04 and 20. RGB value is (116,4,32). Sum of RGB (Red+Green+Blue) = 116+4+32=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #740420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740420 is #8BFBDF. Grayscale: #282828. Windows color (decimal): -9173984 or 2098292. OLE color: 2098292.

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

Color convert

RGB 116 4 32 -
CMYK 0 0.97 0.72 0.55
HSL 345º 0.93% 0.24% -
HSV(B) 345º 0.97% 0.45% -
XYZ 7.51 3.9 1.72 -
YUV 40.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 116 4 32 0 0.97 0.72 0.55 345 0.93 0.24
Hex 74 4 20 0 61 48 37 159 5D 18
Octal 164 4 40 0 141 110 67 531 135 30
Binary 1110100 100 100000 0 1100001 1001000 110111 101011001 1011101 11000

Color Harmonies of #740420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740420

Black with #740420

Text Example


Text Example

White with #740420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740420; }

 p { color: rgb(116,4,32); }

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

background-color css

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

 a { background-color: rgb(116,4,32); }

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

border-color css

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

 span { border-color: rgb(116,4,32); }

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