Html Css Color HEX #770331 Burgundy

📋 copy color: '#770331'

red 119 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #770331

Tints of Burgundy #770331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 69.59%
G = 1.75%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#770331 (or 0x770331) is known color: Burgundy. HEX triplet: 77, 03 and 31. RGB value is (119,3,49). Sum of RGB (Red+Green+Blue) = 119+3+49=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #770331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770331 is #88FCCE. Grayscale: #2A2A2A. Windows color (decimal): -8977615 or 3212151. OLE color: 3212151.

HSL color Cylindrical-coordinate representation of color #770331: hue angle of 336.21º degrees, saturation: 0.95, 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 #770331 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 49 -
CMYK 0 0.97 0.59 0.53
HSL 336.21º 0.95% 0.24% -
HSV(B) 336.21º 0.97% 0.47% -
XYZ 8.19 4.21 3.29 -
YUV 42.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 119 3 49 0 0.97 0.59 0.53 336.21 0.95 0.24
Hex 77 3 31 0 61 3B 35 150 5F 18
Octal 167 3 61 0 141 73 65 520 137 30
Binary 1110111 11 110001 0 1100001 111011 110101 101010000 1011111 11000

Color Harmonies of #770331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770331

Black with #770331

Text Example


Text Example

White with #770331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770331; }

 p { color: rgb(119,3,49); }

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

background-color css

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

 a { background-color: rgb(119,3,49); }

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

border-color css

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

 span { border-color: rgb(119,3,49); }

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