Html Css Color HEX #780529 Burgundy

📋 copy color: '#780529'

red 120 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #780529

Tints of Burgundy #780529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 72.29%
G = 3.01%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#780529 (or 0x780529) is known color: Burgundy. HEX triplet: 78, 05 and 29. RGB value is (120,5,41). Sum of RGB (Red+Green+Blue) = 120+5+41=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #780529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780529 is #87FAD6. Grayscale: #2B2B2B. Windows color (decimal): -8911575 or 2688376. OLE color: 2688376.

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

Color convert

RGB 120 5 41 -
CMYK 0 0.96 0.66 0.53
HSL 341.22º 0.92% 0.25% -
HSV(B) 341.22º 0.96% 0.47% -
XYZ 8.2 4.26 2.49 -
YUV 43.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 120 5 41 0 0.96 0.66 0.53 341.22 0.92 0.25
Hex 78 5 29 0 60 42 35 155 5C 19
Octal 170 5 51 0 140 102 65 525 134 31
Binary 1111000 101 101001 0 1100000 1000010 110101 101010101 1011100 11001

Color Harmonies of #780529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780529

Black with #780529

Text Example


Text Example

White with #780529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780529; }

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

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

background-color css

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

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

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

border-color css

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

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

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