Html Css Color HEX #77072A Burgundy

📋 copy color: '#77072A'

red 119 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #77072A

Tints of Burgundy #77072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

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

R = 70.83%
G = 4.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77072A (or 0x77072A) is known color: Burgundy. HEX triplet: 77, 07 and 2A. RGB value is (119,7,42). Sum of RGB (Red+Green+Blue) = 119+7+42=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77072A is #88F8D5. Grayscale: #2C2C2C. Windows color (decimal): -8976598 or 2754423. OLE color: 2754423.

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

Color convert

RGB 119 7 42 -
CMYK 0 0.94 0.65 0.53
HSL 341.25º 0.89% 0.25% -
HSV(B) 341.25º 0.94% 0.47% -
XYZ 8.1 4.24 2.58 -
YUV 44.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 119 7 42 0 0.94 0.65 0.53 341.25 0.89 0.25
Hex 77 7 2A 0 5E 41 35 155 59 19
Octal 167 7 52 0 136 101 65 525 131 31
Binary 1110111 111 101010 0 1011110 1000001 110101 101010101 1011001 11001

Color Harmonies of #77072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77072A

Black with #77072A

Text Example


Text Example

White with #77072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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