Html Css Color HEX #740322 Burgundy

📋 copy color: '#740322'

red 116 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #740322

Tints of Burgundy #740322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 75.82%
G = 1.96%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#740322 (or 0x740322) is known color: Burgundy. HEX triplet: 74, 03 and 22. RGB value is (116,3,34). Sum of RGB (Red+Green+Blue) = 116+3+34=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #740322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740322 is #8BFCDD. Grayscale: #282828. Windows color (decimal): -9174238 or 2229108. OLE color: 2229108.

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

Color convert

RGB 116 3 34 -
CMYK 0 0.97 0.71 0.55
HSL 343.54º 0.95% 0.23% -
HSV(B) 343.54º 0.97% 0.45% -
XYZ 7.52 3.89 1.87 -
YUV 40.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 116 3 34 0 0.97 0.71 0.55 343.54 0.95 0.23
Hex 74 3 22 0 61 47 37 158 5F 17
Octal 164 3 42 0 141 107 67 530 137 27
Binary 1110100 11 100010 0 1100001 1000111 110111 101011000 1011111 10111

Color Harmonies of #740322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740322

Black with #740322

Text Example


Text Example

White with #740322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740322; }

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

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

background-color css

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

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

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

border-color css

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

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

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