Html Css Color HEX #770D14 Burgundy

📋 copy color: '#770D14'

red 119 ◦ green 13 ◦ blue 20

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

Shades of Burgundy #770D14

Tints of Burgundy #770D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.55%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 78.29%
G = 8.55%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#770D14 (or 0x770D14) is known color: Burgundy. HEX triplet: 77, 0D and 14. RGB value is (119,13,20). Sum of RGB (Red+Green+Blue) = 119+13+20=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #770D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D14 is #88F2EB. Grayscale: #2D2D2D. Windows color (decimal): -8975084 or 1314167. OLE color: 1314167.

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

Color convert

RGB 119 13 20 -
CMYK 0 0.89 0.83 0.53
HSL 356.04º 0.8% 0.26% -
HSV(B) 356.04º 0.89% 0.47% -
XYZ 7.88 4.26 1.07 -
YUV 45.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 119 13 20 0 0.89 0.83 0.53 356.04 0.8 0.26
Hex 77 D 14 0 59 53 35 164 50 1A
Octal 167 15 24 0 131 123 65 544 120 32
Binary 1110111 1101 10100 0 1011001 1010011 110101 101100100 1010000 11010

Color Harmonies of #770D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D14

Black with #770D14

Text Example


Text Example

White with #770D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,13,20); }

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

background-color css

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

 a { background-color: rgb(119,13,20); }

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

border-color css

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

 span { border-color: rgb(119,13,20); }

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