Html Css Color HEX #770519 Burgundy

📋 copy color: '#770519'

red 119 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #770519

Tints of Burgundy #770519

RGB

 RED value IS 119 (46.88% from 255) = 79.87%

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

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 79.87%
G = 3.36%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#770519 (or 0x770519) is known color: Burgundy. HEX triplet: 77, 05 and 19. RGB value is (119,5,25). Sum of RGB (Red+Green+Blue) = 119+5+25=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #770519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770519 is #88FAE6. Grayscale: #292929. Windows color (decimal): -8977127 or 1639799. OLE color: 1639799.

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

Color convert

RGB 119 5 25 -
CMYK 0 0.96 0.79 0.53
HSL 349.47º 0.92% 0.24% -
HSV(B) 349.47º 0.96% 0.47% -
XYZ 7.84 4.1 1.3 -
YUV 41.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 119 5 25 0 0.96 0.79 0.53 349.47 0.92 0.24
Hex 77 5 19 0 60 4F 35 15D 5C 18
Octal 167 5 31 0 140 117 65 535 134 30
Binary 1110111 101 11001 0 1100000 1001111 110101 101011101 1011100 11000

Color Harmonies of #770519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770519

Black with #770519

Text Example


Text Example

White with #770519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770519; }

 p { color: rgb(119,5,25); }

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

background-color css

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

 a { background-color: rgb(119,5,25); }

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

border-color css

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

 span { border-color: rgb(119,5,25); }

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