Html Css Color HEX #770131 Burgundy

📋 copy color: '#770131'

red 119 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #770131

Tints of Burgundy #770131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 70.41%
G = 0.59%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#770131 (or 0x770131) is known color: Burgundy. HEX triplet: 77, 01 and 31. RGB value is (119,1,49). Sum of RGB (Red+Green+Blue) = 119+1+49=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #770131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770131 is #88FECE. Grayscale: #292929. Windows color (decimal): -8978127 or 3211639. OLE color: 3211639.

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

Color convert

RGB 119 1 49 -
CMYK 0 0.99 0.59 0.53
HSL 335.59º 0.98% 0.24% -
HSV(B) 335.59º 0.99% 0.47% -
XYZ 8.17 4.17 3.28 -
YUV 41.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 119 1 49 0 0.99 0.59 0.53 335.59 0.98 0.24
Hex 77 1 31 0 63 3B 35 150 62 18
Octal 167 1 61 0 143 73 65 520 142 30
Binary 1110111 1 110001 0 1100011 111011 110101 101010000 1100010 11000

Color Harmonies of #770131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770131

Black with #770131

Text Example


Text Example

White with #770131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770131; }

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

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

background-color css

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

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

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

border-color css

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

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

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