Html Css Color HEX #770812 Burgundy

📋 copy color: '#770812'

red 119 ◦ green 8 ◦ blue 18

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

Shades of Burgundy #770812

Tints of Burgundy #770812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 82.07%
G = 5.52%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#770812 (or 0x770812) is known color: Burgundy. HEX triplet: 77, 08 and 12. RGB value is (119,8,18). Sum of RGB (Red+Green+Blue) = 119+8+18=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770812 is #88F7ED. Grayscale: #2A2A2A. Windows color (decimal): -8976366 or 1181815. OLE color: 1181815.

HSL color Cylindrical-coordinate representation of color #770812: hue angle of 354.59º 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 #770812 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 18 -
CMYK 0 0.93 0.85 0.53
HSL 354.59º 0.87% 0.25% -
HSV(B) 354.59º 0.93% 0.47% -
XYZ 7.8 4.14 0.96 -
YUV 42.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 119 8 18 0 0.93 0.85 0.53 354.59 0.87 0.25
Hex 77 8 12 0 5D 55 35 163 57 19
Octal 167 10 22 0 135 125 65 543 127 31
Binary 1110111 1000 10010 0 1011101 1010101 110101 101100011 1010111 11001

Color Harmonies of #770812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770812

Black with #770812

Text Example


Text Example

White with #770812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770812; }

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

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

background-color css

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

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

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

border-color css

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

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

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