Html Css Color HEX #770A2E Burgundy

📋 copy color: '#770A2E'

red 119 ◦ green 10 ◦ blue 46

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

Shades of Burgundy #770A2E

Tints of Burgundy #770A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.71%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 68%
G = 5.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#770A2E (or 0x770A2E) is known color: Burgundy. HEX triplet: 77, 0A and 2E. RGB value is (119,10,46). Sum of RGB (Red+Green+Blue) = 119+10+46=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A2E is #88F5D1. Grayscale: #2E2E2E. Windows color (decimal): -8975826 or 3017335. OLE color: 3017335.

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

Color convert

RGB 119 10 46 -
CMYK 0 0.92 0.61 0.53
HSL 340.18º 0.84% 0.25% -
HSV(B) 340.18º 0.92% 0.47% -
XYZ 8.21 4.34 2.99 -
YUV 46.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 119 10 46 0 0.92 0.61 0.53 340.18 0.84 0.25
Hex 77 A 2E 0 5C 3D 35 154 54 19
Octal 167 12 56 0 134 75 65 524 124 31
Binary 1110111 1010 101110 0 1011100 111101 110101 101010100 1010100 11001

Color Harmonies of #770A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A2E

Black with #770A2E

Text Example


Text Example

White with #770A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,10,46); }

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

background-color css

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

 a { background-color: rgb(119,10,46); }

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

border-color css

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

 span { border-color: rgb(119,10,46); }

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