Html Css Color HEX #77062E Burgundy

📋 copy color: '#77062E'

red 119 ◦ green 6 ◦ blue 46

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

Shades of Burgundy #77062E

Tints of Burgundy #77062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 69.59%
G = 3.51%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77062E (or 0x77062E) is known color: Burgundy. HEX triplet: 77, 06 and 2E. RGB value is (119,6,46). Sum of RGB (Red+Green+Blue) = 119+6+46=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77062E is #88F9D1. Grayscale: #2C2C2C. Windows color (decimal): -8976850 or 3016311. OLE color: 3016311.

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

Color convert

RGB 119 6 46 -
CMYK 0 0.95 0.61 0.53
HSL 338.76º 0.9% 0.25% -
HSV(B) 338.76º 0.95% 0.47% -
XYZ 8.17 4.25 2.97 -
YUV 44.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 119 6 46 0 0.95 0.61 0.53 338.76 0.9 0.25
Hex 77 6 2E 0 5F 3D 35 153 5A 19
Octal 167 6 56 0 137 75 65 523 132 31
Binary 1110111 110 101110 0 1011111 111101 110101 101010011 1011010 11001

Color Harmonies of #77062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77062E

Black with #77062E

Text Example


Text Example

White with #77062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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