Html Css Color HEX #770517 Burgundy

📋 copy color: '#770517'

red 119 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #770517

Tints of Burgundy #770517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 80.95%
G = 3.4%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#770517 (or 0x770517) is known color: Burgundy. HEX triplet: 77, 05 and 17. RGB value is (119,5,23). Sum of RGB (Red+Green+Blue) = 119+5+23=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #770517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770517 is #88FAE8. Grayscale: #292929. Windows color (decimal): -8977129 or 1508727. OLE color: 1508727.

HSL color Cylindrical-coordinate representation of color #770517: hue angle of 350.53º 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 #770517 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 23 -
CMYK 0 0.96 0.81 0.53
HSL 350.53º 0.92% 0.24% -
HSV(B) 350.53º 0.96% 0.47% -
XYZ 7.82 4.09 1.19 -
YUV 41.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 119 5 23 0 0.96 0.81 0.53 350.53 0.92 0.24
Hex 77 5 17 0 60 51 35 15F 5C 18
Octal 167 5 27 0 140 121 65 537 134 30
Binary 1110111 101 10111 0 1100000 1010001 110101 101011111 1011100 11000

Color Harmonies of #770517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770517

Black with #770517

Text Example


Text Example

White with #770517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770517; }

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

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

background-color css

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

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

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

border-color css

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

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

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