Html Css Color HEX #77052A Burgundy

📋 copy color: '#77052A'

red 119 ◦ green 5 ◦ blue 42

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

Shades of Burgundy #77052A

Tints of Burgundy #77052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 71.69%
G = 3.01%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77052A (or 0x77052A) is known color: Burgundy. HEX triplet: 77, 05 and 2A. RGB value is (119,5,42). Sum of RGB (Red+Green+Blue) = 119+5+42=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77052A is #88FAD5. Grayscale: #2B2B2B. Windows color (decimal): -8977110 or 2753911. OLE color: 2753911.

HSL color Cylindrical-coordinate representation of color #77052A: hue angle of 340.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77052A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 42 -
CMYK 0 0.96 0.65 0.53
HSL 340.53º 0.92% 0.24% -
HSV(B) 340.53º 0.96% 0.47% -
XYZ 8.08 4.2 2.57 -
YUV 43.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 119 5 42 0 0.96 0.65 0.53 340.53 0.92 0.24
Hex 77 5 2A 0 60 41 35 155 5C 18
Octal 167 5 52 0 140 101 65 525 134 30
Binary 1110111 101 101010 0 1100000 1000001 110101 101010101 1011100 11000

Color Harmonies of #77052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77052A

Black with #77052A

Text Example


Text Example

White with #77052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77052A; }

 p { color: rgb(119,5,42); }

 H1.HeaderClassName
 {
   color: #77052A;
 }
 .AnyTagClassName
 {
   color: #77052A;
 }
</style>

background-color css

<style>
 a { background-color: #77052A; }

 a { background-color: rgb(119,5,42); }

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

border-color css

<style>
 span { border-color: #77052A; }

 span { border-color: rgb(119,5,42); }

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