Html Css Color HEX #770116 Burgundy

📋 copy color: '#770116'

red 119 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #770116

Tints of Burgundy #770116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 83.8%
G = 0.7%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#770116 (or 0x770116) is known color: Burgundy. HEX triplet: 77, 01 and 16. RGB value is (119,1,22). Sum of RGB (Red+Green+Blue) = 119+1+22=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770116 is #88FEE9. Grayscale: #262626. Windows color (decimal): -8978154 or 1442167. OLE color: 1442167.

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

Color convert

RGB 119 1 22 -
CMYK 0 0.99 0.82 0.53
HSL 349.32º 0.98% 0.24% -
HSV(B) 349.32º 0.99% 0.47% -
XYZ 7.76 4 1.12 -
YUV 38.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 119 1 22 0 0.99 0.82 0.53 349.32 0.98 0.24
Hex 77 1 16 0 63 52 35 15D 62 18
Octal 167 1 26 0 143 122 65 535 142 30
Binary 1110111 1 10110 0 1100011 1010010 110101 101011101 1100010 11000

Color Harmonies of #770116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770116

Black with #770116

Text Example


Text Example

White with #770116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770116; }

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

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

background-color css

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

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

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

border-color css

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

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

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