Html Css Color HEX #770E13 Burgundy

📋 copy color: '#770E13'

red 119 ◦ green 14 ◦ blue 19

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

Shades of Burgundy #770E13

Tints of Burgundy #770E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 78.29%
G = 9.21%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#770E13 (or 0x770E13) is known color: Burgundy. HEX triplet: 77, 0E and 13. RGB value is (119,14,19). Sum of RGB (Red+Green+Blue) = 119+14+19=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #770E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E13 is #88F1EC. Grayscale: #2E2E2E. Windows color (decimal): -8974829 or 1248887. OLE color: 1248887.

HSL color Cylindrical-coordinate representation of color #770E13: hue angle of 357.14º 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 #770E13 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 19 -
CMYK 0 0.88 0.84 0.53
HSL 357.14º 0.79% 0.26% -
HSV(B) 357.14º 0.88% 0.47% -
XYZ 7.88 4.28 1.03 -
YUV 45.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 119 14 19 0 0.88 0.84 0.53 357.14 0.79 0.26
Hex 77 E 13 0 58 54 35 165 4F 1A
Octal 167 16 23 0 130 124 65 545 117 32
Binary 1110111 1110 10011 0 1011000 1010100 110101 101100101 1001111 11010

Color Harmonies of #770E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E13

Black with #770E13

Text Example


Text Example

White with #770E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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