Html Css Color HEX #770518 Burgundy

📋 copy color: '#770518'

red 119 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #770518

Tints of Burgundy #770518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 80.41%
G = 3.38%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#770518 (or 0x770518) is known color: Burgundy. HEX triplet: 77, 05 and 18. RGB value is (119,5,24). Sum of RGB (Red+Green+Blue) = 119+5+24=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #770518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770518 is #88FAE7. Grayscale: #292929. Windows color (decimal): -8977128 or 1574263. OLE color: 1574263.

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

Color convert

RGB 119 5 24 -
CMYK 0 0.96 0.80 0.53
HSL 350º 0.92% 0.24% -
HSV(B) 350º 0.96% 0.47% -
XYZ 7.83 4.1 1.24 -
YUV 41.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 119 5 24 0 0.96 0.80 0.53 350 0.92 0.24
Hex 77 5 18 0 60 50 35 15E 5C 18
Octal 167 5 30 0 140 120 65 536 134 30
Binary 1110111 101 11000 0 1100000 1010000 110101 101011110 1011100 11000

Color Harmonies of #770518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770518

Black with #770518

Text Example


Text Example

White with #770518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770518; }

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

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

background-color css

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

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

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

border-color css

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

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

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