Html Css Color HEX #770524 Burgundy

📋 copy color: '#770524'

red 119 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #770524

Tints of Burgundy #770524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 74.38%
G = 3.13%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#770524 (or 0x770524) is known color: Burgundy. HEX triplet: 77, 05 and 24. RGB value is (119,5,36). Sum of RGB (Red+Green+Blue) = 119+5+36=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770524 is #88FADB. Grayscale: #2A2A2A. Windows color (decimal): -8977116 or 2360695. OLE color: 2360695.

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

Color convert

RGB 119 5 36 -
CMYK 0 0.96 0.70 0.53
HSL 343.68º 0.92% 0.24% -
HSV(B) 343.68º 0.96% 0.47% -
XYZ 7.98 4.16 2.05 -
YUV 42.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 119 5 36 0 0.96 0.70 0.53 343.68 0.92 0.24
Hex 77 5 24 0 60 46 35 158 5C 18
Octal 167 5 44 0 140 106 65 530 134 30
Binary 1110111 101 100100 0 1100000 1000110 110101 101011000 1011100 11000

Color Harmonies of #770524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770524

Black with #770524

Text Example


Text Example

White with #770524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770524; }

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

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

background-color css

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

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

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

border-color css

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

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

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