Html Css Color HEX #780A29 Burgundy

📋 copy color: '#780A29'

red 120 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #780A29

Tints of Burgundy #780A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

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

R = 70.18%
G = 5.85%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#780A29 (or 0x780A29) is known color: Burgundy. HEX triplet: 78, 0A and 29. RGB value is (120,10,41). Sum of RGB (Red+Green+Blue) = 120+10+41=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #780A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A29 is #87F5D6. Grayscale: #2E2E2E. Windows color (decimal): -8910295 or 2689656. OLE color: 2689656.

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

Color convert

RGB 120 10 41 -
CMYK 0 0.92 0.66 0.53
HSL 343.09º 0.85% 0.25% -
HSV(B) 343.09º 0.92% 0.47% -
XYZ 8.25 4.37 2.51 -
YUV 46.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 120 10 41 0 0.92 0.66 0.53 343.09 0.85 0.25
Hex 78 A 29 0 5C 42 35 157 55 19
Octal 170 12 51 0 134 102 65 527 125 31
Binary 1111000 1010 101001 0 1011100 1000010 110101 101010111 1010101 11001

Color Harmonies of #780A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A29

Black with #780A29

Text Example


Text Example

White with #780A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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