Html Css Color HEX #780729 Burgundy

📋 copy color: '#780729'

red 120 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #780729

Tints of Burgundy #780729

RGB

 RED value IS 120 (47.27% from 255) = 71.43%

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 71.43%
G = 4.17%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#780729 (or 0x780729) is known color: Burgundy. HEX triplet: 78, 07 and 29. RGB value is (120,7,41). Sum of RGB (Red+Green+Blue) = 120+7+41=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #780729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780729 is #87F8D6. Grayscale: #2C2C2C. Windows color (decimal): -8911063 or 2688888. OLE color: 2688888.

HSL color Cylindrical-coordinate representation of color #780729: hue angle of 341.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780729 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 7 41 -
CMYK 0 0.94 0.66 0.53
HSL 341.95º 0.89% 0.25% -
HSV(B) 341.95º 0.94% 0.47% -
XYZ 8.22 4.31 2.5 -
YUV 44.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 120 7 41 0 0.94 0.66 0.53 341.95 0.89 0.25
Hex 78 7 29 0 5E 42 35 156 59 19
Octal 170 7 51 0 136 102 65 526 131 31
Binary 1111000 111 101001 0 1011110 1000010 110101 101010110 1011001 11001

Color Harmonies of #780729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780729

Black with #780729

Text Example


Text Example

White with #780729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780729; }

 p { color: rgb(120,7,41); }

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

background-color css

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

 a { background-color: rgb(120,7,41); }

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

border-color css

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

 span { border-color: rgb(120,7,41); }

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