Html Css Color HEX #770E10 Burgundy

📋 copy color: '#770E10'

red 119 ◦ green 14 ◦ blue 16

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

Shades of Burgundy #770E10

Tints of Burgundy #770E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.4%

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

R = 79.87%
G = 9.4%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770E10 (or 0x770E10) is known color: Burgundy. HEX triplet: 77, 0E and 10. RGB value is (119,14,16). Sum of RGB (Red+Green+Blue) = 119+14+16=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #770E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E10 is #88F1EF. Grayscale: #2D2D2D. Windows color (decimal): -8974832 or 1052279. OLE color: 1052279.

HSL color Cylindrical-coordinate representation of color #770E10: hue angle of 358.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E10 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 16 -
CMYK 0 0.88 0.87 0.53
HSL 358.86º 0.79% 0.26% -
HSV(B) 358.86º 0.88% 0.47% -
XYZ 7.86 4.27 0.9 -
YUV 45.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 119 14 16 0 0.88 0.87 0.53 358.86 0.79 0.26
Hex 77 E 10 0 58 57 35 167 4F 1A
Octal 167 16 20 0 130 127 65 547 117 32
Binary 1110111 1110 10000 0 1011000 1010111 110101 101100111 1001111 11010

Color Harmonies of #770E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E10

Black with #770E10

Text Example


Text Example

White with #770E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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