Html Css Color HEX #770310 Burgundy

📋 copy color: '#770310'

red 119 ◦ green 3 ◦ blue 16

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

Shades of Burgundy #770310

Tints of Burgundy #770310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 86.23%
G = 2.17%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770310 (or 0x770310) is known color: Burgundy. HEX triplet: 77, 03 and 10. RGB value is (119,3,16). Sum of RGB (Red+Green+Blue) = 119+3+16=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #770310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770310 is #88FCEF. Grayscale: #272727. Windows color (decimal): -8977648 or 1049463. OLE color: 1049463.

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

Color convert

RGB 119 3 16 -
CMYK 0 0.97 0.87 0.53
HSL 353.28º 0.95% 0.24% -
HSV(B) 353.28º 0.97% 0.47% -
XYZ 7.73 4.02 0.86 -
YUV 39.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 119 3 16 0 0.97 0.87 0.53 353.28 0.95 0.24
Hex 77 3 10 0 61 57 35 161 5F 18
Octal 167 3 20 0 141 127 65 541 137 30
Binary 1110111 11 10000 0 1100001 1010111 110101 101100001 1011111 11000

Color Harmonies of #770310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770310

Black with #770310

Text Example


Text Example

White with #770310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770310; }

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

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

background-color css

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

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

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

border-color css

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

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

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