Html Css Color HEX #770531 Burgundy

📋 copy color: '#770531'

red 119 ◦ green 5 ◦ blue 49

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

Shades of Burgundy #770531

Tints of Burgundy #770531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 68.79%
G = 2.89%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#770531 (or 0x770531) is known color: Burgundy. HEX triplet: 77, 05 and 31. RGB value is (119,5,49). Sum of RGB (Red+Green+Blue) = 119+5+49=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #770531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770531 is #88FACE. Grayscale: #2C2C2C. Windows color (decimal): -8977103 or 3212663. OLE color: 3212663.

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

Color convert

RGB 119 5 49 -
CMYK 0 0.96 0.59 0.53
HSL 336.84º 0.92% 0.24% -
HSV(B) 336.84º 0.96% 0.47% -
XYZ 8.22 4.25 3.29 -
YUV 44.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 119 5 49 0 0.96 0.59 0.53 336.84 0.92 0.24
Hex 77 5 31 0 60 3B 35 151 5C 18
Octal 167 5 61 0 140 73 65 521 134 30
Binary 1110111 101 110001 0 1100000 111011 110101 101010001 1011100 11000

Color Harmonies of #770531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770531

Black with #770531

Text Example


Text Example

White with #770531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770531; }

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

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

background-color css

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

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

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

border-color css

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

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

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