Html Css Color HEX #780829 Burgundy

📋 copy color: '#780829'

red 120 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #780829

Tints of Burgundy #780829

RGB

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

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

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

R = 71.01%
G = 4.73%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#780829 (or 0x780829) is known color: Burgundy. HEX triplet: 78, 08 and 29. RGB value is (120,8,41). Sum of RGB (Red+Green+Blue) = 120+8+41=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #780829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780829 is #87F7D6. Grayscale: #2D2D2D. Windows color (decimal): -8910807 or 2689144. OLE color: 2689144.

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

Color convert

RGB 120 8 41 -
CMYK 0 0.93 0.66 0.53
HSL 342.32º 0.88% 0.25% -
HSV(B) 342.32º 0.93% 0.47% -
XYZ 8.23 4.33 2.5 -
YUV 45.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 120 8 41 0 0.93 0.66 0.53 342.32 0.88 0.25
Hex 78 8 29 0 5D 42 35 156 58 19
Octal 170 10 51 0 135 102 65 526 130 31
Binary 1111000 1000 101001 0 1011101 1000010 110101 101010110 1011000 11001

Color Harmonies of #780829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780829

Black with #780829

Text Example


Text Example

White with #780829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780829; }

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

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

background-color css

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

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

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

border-color css

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

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

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