Html Css Color HEX #770513 Burgundy

📋 copy color: '#770513'

red 119 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #770513

Tints of Burgundy #770513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 83.22%
G = 3.5%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#770513 (or 0x770513) is known color: Burgundy. HEX triplet: 77, 05 and 13. RGB value is (119,5,19). Sum of RGB (Red+Green+Blue) = 119+5+19=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770513 is #88FAEC. Grayscale: #282828. Windows color (decimal): -8977133 or 1246583. OLE color: 1246583.

HSL color Cylindrical-coordinate representation of color #770513: hue angle of 352.63º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770513 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 19 -
CMYK 0 0.96 0.84 0.53
HSL 352.63º 0.92% 0.24% -
HSV(B) 352.63º 0.96% 0.47% -
XYZ 7.78 4.08 0.99 -
YUV 40.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 119 5 19 0 0.96 0.84 0.53 352.63 0.92 0.24
Hex 77 5 13 0 60 54 35 161 5C 18
Octal 167 5 23 0 140 124 65 541 134 30
Binary 1110111 101 10011 0 1100000 1010100 110101 101100001 1011100 11000

Color Harmonies of #770513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770513

Black with #770513

Text Example


Text Example

White with #770513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770513; }

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

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

background-color css

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

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

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

border-color css

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

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

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