Html Css Color HEX #77032B Burgundy

📋 copy color: '#77032B'

red 119 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #77032B

Tints of Burgundy #77032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.06%

R = 72.12%
G = 1.82%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77032B (or 0x77032B) is known color: Burgundy. HEX triplet: 77, 03 and 2B. RGB value is (119,3,43). Sum of RGB (Red+Green+Blue) = 119+3+43=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77032B is #88FCD4. Grayscale: #2A2A2A. Windows color (decimal): -8977621 or 2818935. OLE color: 2818935.

HSL color Cylindrical-coordinate representation of color #77032B: hue angle of 339.31º 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 #77032B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 43 -
CMYK 0 0.97 0.64 0.53
HSL 339.31º 0.95% 0.24% -
HSV(B) 339.31º 0.97% 0.47% -
XYZ 8.08 4.16 2.66 -
YUV 42.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 119 3 43 0 0.97 0.64 0.53 339.31 0.95 0.24
Hex 77 3 2B 0 61 40 35 153 5F 18
Octal 167 3 53 0 141 100 65 523 137 30
Binary 1110111 11 101011 0 1100001 1000000 110101 101010011 1011111 11000

Color Harmonies of #77032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77032B

Black with #77032B

Text Example


Text Example

White with #77032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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