Html Css Color HEX #770810 Burgundy

📋 copy color: '#770810'

red 119 ◦ green 8 ◦ blue 16

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

Shades of Burgundy #770810

Tints of Burgundy #770810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.19%

R = 83.22%
G = 5.59%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770810 (or 0x770810) is known color: Burgundy. HEX triplet: 77, 08 and 10. RGB value is (119,8,16). Sum of RGB (Red+Green+Blue) = 119+8+16=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770810 is #88F7EF. Grayscale: #2A2A2A. Windows color (decimal): -8976368 or 1050743. OLE color: 1050743.

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

Color convert

RGB 119 8 16 -
CMYK 0 0.93 0.87 0.53
HSL 355.68º 0.87% 0.25% -
HSV(B) 355.68º 0.93% 0.47% -
XYZ 7.79 4.13 0.88 -
YUV 42.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 119 8 16 0 0.93 0.87 0.53 355.68 0.87 0.25
Hex 77 8 10 0 5D 57 35 164 57 19
Octal 167 10 20 0 135 127 65 544 127 31
Binary 1110111 1000 10000 0 1011101 1010111 110101 101100100 1010111 11001

Color Harmonies of #770810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770810

Black with #770810

Text Example


Text Example

White with #770810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770810; }

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

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

background-color css

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

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

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

border-color css

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

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

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