Html Css Color HEX #740820 Burgundy

📋 copy color: '#740820'

red 116 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #740820

Tints of Burgundy #740820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.13%

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

R = 74.36%
G = 5.13%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#740820 (or 0x740820) is known color: Burgundy. HEX triplet: 74, 08 and 20. RGB value is (116,8,32). Sum of RGB (Red+Green+Blue) = 116+8+32=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #740820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740820 is #8BF7DF. Grayscale: #2B2B2B. Windows color (decimal): -9172960 or 2099316. OLE color: 2099316.

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

Color convert

RGB 116 8 32 -
CMYK 0 0.93 0.72 0.55
HSL 346.67º 0.87% 0.24% -
HSV(B) 346.67º 0.93% 0.45% -
XYZ 7.55 3.99 1.74 -
YUV 43.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 116 8 32 0 0.93 0.72 0.55 346.67 0.87 0.24
Hex 74 8 20 0 5D 48 37 15B 57 18
Octal 164 10 40 0 135 110 67 533 127 30
Binary 1110100 1000 100000 0 1011101 1001000 110111 101011011 1010111 11000

Color Harmonies of #740820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740820

Black with #740820

Text Example


Text Example

White with #740820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740820; }

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

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

background-color css

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

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

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

border-color css

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

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

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