Html Css Color HEX #770516 Burgundy

📋 copy color: '#770516'

red 119 ◦ green 5 ◦ blue 22

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

Shades of Burgundy #770516

Tints of Burgundy #770516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 81.51%
G = 3.42%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#770516 (or 0x770516) is known color: Burgundy. HEX triplet: 77, 05 and 16. RGB value is (119,5,22). Sum of RGB (Red+Green+Blue) = 119+5+22=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #770516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770516 is #88FAE9. Grayscale: #292929. Windows color (decimal): -8977130 or 1443191. OLE color: 1443191.

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

Color convert

RGB 119 5 22 -
CMYK 0 0.96 0.82 0.53
HSL 351.05º 0.92% 0.24% -
HSV(B) 351.05º 0.96% 0.47% -
XYZ 7.81 4.09 1.14 -
YUV 41.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 119 5 22 0 0.96 0.82 0.53 351.05 0.92 0.24
Hex 77 5 16 0 60 52 35 15F 5C 18
Octal 167 5 26 0 140 122 65 537 134 30
Binary 1110111 101 10110 0 1100000 1010010 110101 101011111 1011100 11000

Color Harmonies of #770516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770516

Black with #770516

Text Example


Text Example

White with #770516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770516; }

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

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

background-color css

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

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

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

border-color css

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

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

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