Html Css Color HEX #770424 Burgundy

📋 copy color: '#770424'

red 119 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #770424

Tints of Burgundy #770424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 74.84%
G = 2.52%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#770424 (or 0x770424) is known color: Burgundy. HEX triplet: 77, 04 and 24. RGB value is (119,4,36). Sum of RGB (Red+Green+Blue) = 119+4+36=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770424 is #88FBDB. Grayscale: #2A2A2A. Windows color (decimal): -8977372 or 2360439. OLE color: 2360439.

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

Color convert

RGB 119 4 36 -
CMYK 0 0.97 0.70 0.53
HSL 343.3º 0.93% 0.24% -
HSV(B) 343.3º 0.97% 0.47% -
XYZ 7.97 4.14 2.05 -
YUV 42.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 119 4 36 0 0.97 0.70 0.53 343.3 0.93 0.24
Hex 77 4 24 0 61 46 35 157 5D 18
Octal 167 4 44 0 141 106 65 527 135 30
Binary 1110111 100 100100 0 1100001 1000110 110101 101010111 1011101 11000

Color Harmonies of #770424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770424

Black with #770424

Text Example


Text Example

White with #770424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770424; }

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

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

background-color css

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

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

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

border-color css

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

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

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