Html Css Color HEX #770219 Burgundy

📋 copy color: '#770219'

red 119 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #770219

Tints of Burgundy #770219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

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

R = 81.51%
G = 1.37%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#770219 (or 0x770219) is known color: Burgundy. HEX triplet: 77, 02 and 19. RGB value is (119,2,25). Sum of RGB (Red+Green+Blue) = 119+2+25=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #770219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770219 is #88FDE6. Grayscale: #272727. Windows color (decimal): -8977895 or 1639031. OLE color: 1639031.

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

Color convert

RGB 119 2 25 -
CMYK 0 0.98 0.79 0.53
HSL 348.21º 0.97% 0.24% -
HSV(B) 348.21º 0.98% 0.47% -
XYZ 7.8 4.04 1.29 -
YUV 39.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 119 2 25 0 0.98 0.79 0.53 348.21 0.97 0.24
Hex 77 2 19 0 62 4F 35 15C 61 18
Octal 167 2 31 0 142 117 65 534 141 30
Binary 1110111 10 11001 0 1100010 1001111 110101 101011100 1100001 11000

Color Harmonies of #770219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770219

Black with #770219

Text Example


Text Example

White with #770219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770219; }

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

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

background-color css

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

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

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

border-color css

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

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

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