Html Css Color HEX #770924 Burgundy

📋 copy color: '#770924'

red 119 ◦ green 9 ◦ blue 36

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

Shades of Burgundy #770924

Tints of Burgundy #770924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

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

R = 72.56%
G = 5.49%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#770924 (or 0x770924) is known color: Burgundy. HEX triplet: 77, 09 and 24. RGB value is (119,9,36). Sum of RGB (Red+Green+Blue) = 119+9+36=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #770924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770924 is #88F6DB. Grayscale: #2C2C2C. Windows color (decimal): -8976092 or 2361719. OLE color: 2361719.

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

Color convert

RGB 119 9 36 -
CMYK 0 0.92 0.70 0.53
HSL 345.27º 0.86% 0.25% -
HSV(B) 345.27º 0.92% 0.47% -
XYZ 8.02 4.24 2.07 -
YUV 44.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 119 9 36 0 0.92 0.70 0.53 345.27 0.86 0.25
Hex 77 9 24 0 5C 46 35 159 56 19
Octal 167 11 44 0 134 106 65 531 126 31
Binary 1110111 1001 100100 0 1011100 1000110 110101 101011001 1010110 11001

Color Harmonies of #770924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770924

Black with #770924

Text Example


Text Example

White with #770924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770924; }

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

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

background-color css

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

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

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

border-color css

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

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

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