Html Css Color HEX #770311 Burgundy

📋 copy color: '#770311'

red 119 ◦ green 3 ◦ blue 17

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

Shades of Burgundy #770311

Tints of Burgundy #770311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 85.61%
G = 2.16%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#770311 (or 0x770311) is known color: Burgundy. HEX triplet: 77, 03 and 11. RGB value is (119,3,17). Sum of RGB (Red+Green+Blue) = 119+3+17=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #770311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770311 is #88FCEE. Grayscale: #272727. Windows color (decimal): -8977647 or 1114999. OLE color: 1114999.

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

Color convert

RGB 119 3 17 -
CMYK 0 0.97 0.86 0.53
HSL 352.76º 0.95% 0.24% -
HSV(B) 352.76º 0.97% 0.47% -
XYZ 7.74 4.03 0.9 -
YUV 39.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 119 3 17 0 0.97 0.86 0.53 352.76 0.95 0.24
Hex 77 3 11 0 61 56 35 161 5F 18
Octal 167 3 21 0 141 126 65 541 137 30
Binary 1110111 11 10001 0 1100001 1010110 110101 101100001 1011111 11000

Color Harmonies of #770311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770311

Black with #770311

Text Example


Text Example

White with #770311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770311; }

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

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

background-color css

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

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

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

border-color css

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

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

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