Html Css Color HEX #740422 Burgundy

📋 copy color: '#740422'

red 116 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #740422

Tints of Burgundy #740422

RGB

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

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

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

R = 75.32%
G = 2.6%
B = 22.08%

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

#740422 (or 0x740422) is known color: Burgundy. HEX triplet: 74, 04 and 22. RGB value is (116,4,34). Sum of RGB (Red+Green+Blue) = 116+4+34=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #740422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740422 is #8BFBDD. Grayscale: #282828. Windows color (decimal): -9173982 or 2229364. OLE color: 2229364.

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

Color convert

RGB 116 4 34 -
CMYK 0 0.97 0.71 0.55
HSL 343.93º 0.93% 0.24% -
HSV(B) 343.93º 0.97% 0.45% -
XYZ 7.53 3.92 1.87 -
YUV 40.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 116 4 34 0 0.97 0.71 0.55 343.93 0.93 0.24
Hex 74 4 22 0 61 47 37 158 5D 18
Octal 164 4 42 0 141 107 67 530 135 30
Binary 1110100 100 100010 0 1100001 1000111 110111 101011000 1011101 11000

Color Harmonies of #740422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740422

Black with #740422

Text Example


Text Example

White with #740422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740422; }

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

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

background-color css

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

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

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

border-color css

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

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

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