Html Css Color HEX #77072D Burgundy

📋 copy color: '#77072D'

red 119 ◦ green 7 ◦ blue 45

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

Shades of Burgundy #77072D

Tints of Burgundy #77072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 69.59%
G = 4.09%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77072D (or 0x77072D) is known color: Burgundy. HEX triplet: 77, 07 and 2D. RGB value is (119,7,45). Sum of RGB (Red+Green+Blue) = 119+7+45=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77072D is #88F8D2. Grayscale: #2C2C2C. Windows color (decimal): -8976595 or 2951031. OLE color: 2951031.

HSL color Cylindrical-coordinate representation of color #77072D: hue angle of 339.64º 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 #77072D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 45 -
CMYK 0 0.94 0.62 0.53
HSL 339.64º 0.89% 0.25% -
HSV(B) 339.64º 0.94% 0.47% -
XYZ 8.16 4.26 2.88 -
YUV 44.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 119 7 45 0 0.94 0.62 0.53 339.64 0.89 0.25
Hex 77 7 2D 0 5E 3E 35 154 59 19
Octal 167 7 55 0 136 76 65 524 131 31
Binary 1110111 111 101101 0 1011110 111110 110101 101010100 1011001 11001

Color Harmonies of #77072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77072D

Black with #77072D

Text Example


Text Example

White with #77072D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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