Html Css Color HEX #770819 Burgundy

📋 copy color: '#770819'

red 119 ◦ green 8 ◦ blue 25

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

Shades of Burgundy #770819

Tints of Burgundy #770819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

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

R = 78.29%
G = 5.26%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#770819 (or 0x770819) is known color: Burgundy. HEX triplet: 77, 08 and 19. RGB value is (119,8,25). Sum of RGB (Red+Green+Blue) = 119+8+25=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #770819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770819 is #88F7E6. Grayscale: #2B2B2B. Windows color (decimal): -8976359 or 1640567. OLE color: 1640567.

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

Color convert

RGB 119 8 25 -
CMYK 0 0.93 0.79 0.53
HSL 350.81º 0.87% 0.25% -
HSV(B) 350.81º 0.93% 0.47% -
XYZ 7.87 4.17 1.31 -
YUV 43.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 119 8 25 0 0.93 0.79 0.53 350.81 0.87 0.25
Hex 77 8 19 0 5D 4F 35 15F 57 19
Octal 167 10 31 0 135 117 65 537 127 31
Binary 1110111 1000 11001 0 1011101 1001111 110101 101011111 1010111 11001

Color Harmonies of #770819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770819

Black with #770819

Text Example


Text Example

White with #770819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770819; }

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

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

background-color css

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

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

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

border-color css

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

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

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