Html Css Color HEX #77002E Burgundy

📋 copy color: '#77002E'

red 119 ◦ green 0 ◦ blue 46

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

Shades of Burgundy #77002E

Tints of Burgundy #77002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.12%
G = 0%
B = 27.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77002E (or 0x77002E) is known color: Burgundy. HEX triplet: 77, 00 and 2E. RGB value is (119,0,46). Sum of RGB (Red+Green+Blue) = 119+0+46=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77002E is #88FFD1. Grayscale: #282828. Windows color (decimal): -8978386 or 3014775. OLE color: 3014775.

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

Color convert

RGB 119 0 46 -
CMYK 0 1 0.61 0.53
HSL 336.81º 1% 0.23% -
HSV(B) 336.81º 1% 0.47% -
XYZ 8.1 4.12 2.95 -
YUV 40.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 119 0 46 0 1 0.61 0.53 336.81 1 0.23
Hex 77 0 2E 0 64 3D 35 151 64 17
Octal 167 0 56 0 144 75 65 521 144 27
Binary 1110111 0 101110 0 1100100 111101 110101 101010001 1100100 10111

Color Harmonies of #77002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77002E

Black with #77002E

Text Example


Text Example

White with #77002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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