Html Css Color HEX #770110 Burgundy

📋 copy color: '#770110'

red 119 ◦ green 1 ◦ blue 16

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

Shades of Burgundy #770110

Tints of Burgundy #770110

RGB

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

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

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

R = 87.5%
G = 0.74%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770110 (or 0x770110) is known color: Burgundy. HEX triplet: 77, 01 and 10. RGB value is (119,1,16). Sum of RGB (Red+Green+Blue) = 119+1+16=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770110 is #88FEEF. Grayscale: #262626. Windows color (decimal): -8978160 or 1048951. OLE color: 1048951.

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

Color convert

RGB 119 1 16 -
CMYK 0 0.99 0.87 0.53
HSL 352.37º 0.98% 0.24% -
HSV(B) 352.37º 0.99% 0.47% -
XYZ 7.71 3.98 0.85 -
YUV 37.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 119 1 16 0 0.99 0.87 0.53 352.37 0.98 0.24
Hex 77 1 10 0 63 57 35 160 62 18
Octal 167 1 20 0 143 127 65 540 142 30
Binary 1110111 1 10000 0 1100011 1010111 110101 101100000 1100010 11000

Color Harmonies of #770110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770110

Black with #770110

Text Example


Text Example

White with #770110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770110; }

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

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

background-color css

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

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

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

border-color css

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

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

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