Html Css Color HEX #77012A Burgundy

📋 copy color: '#77012A'

red 119 ◦ green 1 ◦ blue 42

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

Shades of Burgundy #77012A

Tints of Burgundy #77012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 73.46%
G = 0.62%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77012A (or 0x77012A) is known color: Burgundy. HEX triplet: 77, 01 and 2A. RGB value is (119,1,42). Sum of RGB (Red+Green+Blue) = 119+1+42=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #77012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77012A is #88FED5. Grayscale: #282828. Windows color (decimal): -8978134 or 2752887. OLE color: 2752887.

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

Color convert

RGB 119 1 42 -
CMYK 0 0.99 0.65 0.53
HSL 339.15º 0.98% 0.24% -
HSV(B) 339.15º 0.99% 0.47% -
XYZ 8.04 4.11 2.56 -
YUV 40.96 128.59 183.67 -
System Red Green Blue C M Y K H S L
Decimal 119 1 42 0 0.99 0.65 0.53 339.15 0.98 0.24
Hex 77 1 2A 0 63 41 35 153 62 18
Octal 167 1 52 0 143 101 65 523 142 30
Binary 1110111 1 101010 0 1100011 1000001 110101 101010011 1100010 11000

Color Harmonies of #77012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77012A

Black with #77012A

Text Example


Text Example

White with #77012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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