Html Css Color HEX #770019 Burgundy

📋 copy color: '#770019'

red 119 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #770019

Tints of Burgundy #770019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.64%
G = 0%
B = 17.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#770019 (or 0x770019) is known color: Burgundy. HEX triplet: 77, 00 and 19. RGB value is (119,0,25). Sum of RGB (Red+Green+Blue) = 119+0+25=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #770019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770019 is #88FFE6. Grayscale: #262626. Windows color (decimal): -8978407 or 1638519. OLE color: 1638519.

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

Color convert

RGB 119 0 25 -
CMYK 0 1 0.79 0.53
HSL 347.4º 1% 0.23% -
HSV(B) 347.4º 1% 0.47% -
XYZ 7.78 3.99 1.28 -
YUV 38.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 119 0 25 0 1 0.79 0.53 347.4 1 0.23
Hex 77 0 19 0 64 4F 35 15B 64 17
Octal 167 0 31 0 144 117 65 533 144 27
Binary 1110111 0 11001 0 1100100 1001111 110101 101011011 1100100 10111

Color Harmonies of #770019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770019

Black with #770019

Text Example


Text Example

White with #770019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770019; }

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

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

background-color css

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

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

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

border-color css

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

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

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