Html Css Color HEX #740324 Burgundy

📋 copy color: '#740324'

red 116 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #740324

Tints of Burgundy #740324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 74.84%
G = 1.94%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#740324 (or 0x740324) is known color: Burgundy. HEX triplet: 74, 03 and 24. RGB value is (116,3,36). Sum of RGB (Red+Green+Blue) = 116+3+36=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #740324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740324 is #8BFCDB. Grayscale: #282828. Windows color (decimal): -9174236 or 2360180. OLE color: 2360180.

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

Color convert

RGB 116 3 36 -
CMYK 0 0.97 0.69 0.55
HSL 342.48º 0.95% 0.23% -
HSV(B) 342.48º 0.97% 0.45% -
XYZ 7.55 3.91 2.02 -
YUV 40.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 116 3 36 0 0.97 0.69 0.55 342.48 0.95 0.23
Hex 74 3 24 0 61 45 37 156 5F 17
Octal 164 3 44 0 141 105 67 526 137 27
Binary 1110100 11 100100 0 1100001 1000101 110111 101010110 1011111 10111

Color Harmonies of #740324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740324

Black with #740324

Text Example


Text Example

White with #740324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740324; }

 p { color: rgb(116,3,36); }

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

background-color css

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

 a { background-color: rgb(116,3,36); }

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

border-color css

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

 span { border-color: rgb(116,3,36); }

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