Html Css Color HEX #77032E Burgundy

📋 copy color: '#77032E'

red 119 ◦ green 3 ◦ blue 46

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

Shades of Burgundy #77032E

Tints of Burgundy #77032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 70.83%
G = 1.79%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77032E (or 0x77032E) is known color: Burgundy. HEX triplet: 77, 03 and 2E. RGB value is (119,3,46). Sum of RGB (Red+Green+Blue) = 119+3+46=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77032E is #88FCD1. Grayscale: #2A2A2A. Windows color (decimal): -8977618 or 3015543. OLE color: 3015543.

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

Color convert

RGB 119 3 46 -
CMYK 0 0.97 0.61 0.53
HSL 337.76º 0.95% 0.24% -
HSV(B) 337.76º 0.97% 0.47% -
XYZ 8.13 4.18 2.96 -
YUV 42.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 119 3 46 0 0.97 0.61 0.53 337.76 0.95 0.24
Hex 77 3 2E 0 61 3D 35 152 5F 18
Octal 167 3 56 0 141 75 65 522 137 30
Binary 1110111 11 101110 0 1100001 111101 110101 101010010 1011111 11000

Color Harmonies of #77032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77032E

Black with #77032E

Text Example


Text Example

White with #77032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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