Html Css Color HEX #770731 Burgundy

📋 copy color: '#770731'

red 119 ◦ green 7 ◦ blue 49

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

Shades of Burgundy #770731

Tints of Burgundy #770731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 68%
G = 4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#770731 (or 0x770731) is known color: Burgundy. HEX triplet: 77, 07 and 31. RGB value is (119,7,49). Sum of RGB (Red+Green+Blue) = 119+7+49=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770731 is #88F8CE. Grayscale: #2D2D2D. Windows color (decimal): -8976591 or 3213175. OLE color: 3213175.

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

Color convert

RGB 119 7 49 -
CMYK 0 0.94 0.59 0.53
HSL 337.5º 0.89% 0.25% -
HSV(B) 337.5º 0.94% 0.47% -
XYZ 8.24 4.3 3.3 -
YUV 45.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 119 7 49 0 0.94 0.59 0.53 337.5 0.89 0.25
Hex 77 7 31 0 5E 3B 35 152 59 19
Octal 167 7 61 0 136 73 65 522 131 31
Binary 1110111 111 110001 0 1011110 111011 110101 101010010 1011001 11001

Color Harmonies of #770731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770731

Black with #770731

Text Example


Text Example

White with #770731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770731; }

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

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

background-color css

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

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

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

border-color css

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

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

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