Html Css Color HEX #770813 Burgundy

📋 copy color: '#770813'

red 119 ◦ green 8 ◦ blue 19

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

Shades of Burgundy #770813

Tints of Burgundy #770813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

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

R = 81.51%
G = 5.48%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#770813 (or 0x770813) is known color: Burgundy. HEX triplet: 77, 08 and 13. RGB value is (119,8,19). Sum of RGB (Red+Green+Blue) = 119+8+19=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #770813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770813 is #88F7EC. Grayscale: #2A2A2A. Windows color (decimal): -8976365 or 1247351. OLE color: 1247351.

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

Color convert

RGB 119 8 19 -
CMYK 0 0.93 0.84 0.53
HSL 354.05º 0.87% 0.25% -
HSV(B) 354.05º 0.93% 0.47% -
XYZ 7.81 4.14 1 -
YUV 42.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 119 8 19 0 0.93 0.84 0.53 354.05 0.87 0.25
Hex 77 8 13 0 5D 54 35 162 57 19
Octal 167 10 23 0 135 124 65 542 127 31
Binary 1110111 1000 10011 0 1011101 1010100 110101 101100010 1010111 11001

Color Harmonies of #770813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770813

Black with #770813

Text Example


Text Example

White with #770813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770813; }

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

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

background-color css

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

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

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

border-color css

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

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

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