Html Css Color HEX #770631 Burgundy

📋 copy color: '#770631'

red 119 ◦ green 6 ◦ blue 49

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

Shades of Burgundy #770631

Tints of Burgundy #770631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

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

R = 68.39%
G = 3.45%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#770631 (or 0x770631) is known color: Burgundy. HEX triplet: 77, 06 and 31. RGB value is (119,6,49). Sum of RGB (Red+Green+Blue) = 119+6+49=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770631 is #88F9CE. Grayscale: #2C2C2C. Windows color (decimal): -8976847 or 3212919. OLE color: 3212919.

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

Color convert

RGB 119 6 49 -
CMYK 0 0.95 0.59 0.53
HSL 337.17º 0.9% 0.25% -
HSV(B) 337.17º 0.95% 0.47% -
XYZ 8.23 4.27 3.3 -
YUV 44.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 119 6 49 0 0.95 0.59 0.53 337.17 0.9 0.25
Hex 77 6 31 0 5F 3B 35 151 5A 19
Octal 167 6 61 0 137 73 65 521 132 31
Binary 1110111 110 110001 0 1011111 111011 110101 101010001 1011010 11001

Color Harmonies of #770631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770631

Black with #770631

Text Example


Text Example

White with #770631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770631; }

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

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

background-color css

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

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

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

border-color css

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

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

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