Html Css Color HEX #77040C Burgundy

📋 copy color: '#77040C'

red 119 ◦ green 4 ◦ blue 12

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

Shades of Burgundy #77040C

Tints of Burgundy #77040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 88.15%
G = 2.96%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77040C (or 0x77040C) is known color: Burgundy. HEX triplet: 77, 04 and 0C. RGB value is (119,4,12). Sum of RGB (Red+Green+Blue) = 119+4+12=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #77040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77040C is #88FBF3. Grayscale: #272727. Windows color (decimal): -8977396 or 787575. OLE color: 787575.

HSL color Cylindrical-coordinate representation of color #77040C: hue angle of 355.83º degrees, saturation: 0.93, 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 #77040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 12 -
CMYK 0 0.97 0.90 0.53
HSL 355.83º 0.93% 0.24% -
HSV(B) 355.83º 0.97% 0.47% -
XYZ 7.72 4.04 0.72 -
YUV 39.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 119 4 12 0 0.97 0.90 0.53 355.83 0.93 0.24
Hex 77 4 C 0 61 5A 35 164 5D 18
Octal 167 4 14 0 141 132 65 544 135 30
Binary 1110111 100 1100 0 1100001 1011010 110101 101100100 1011101 11000

Color Harmonies of #77040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77040C

Black with #77040C

Text Example


Text Example

White with #77040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77040C; }

 p { color: rgb(119,4,12); }

 H1.HeaderClassName
 {
   color: #77040C;
 }
 .AnyTagClassName
 {
   color: #77040C;
 }
</style>

background-color css

<style>
 a { background-color: #77040C; }

 a { background-color: rgb(119,4,12); }

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

border-color css

<style>
 span { border-color: #77040C; }

 span { border-color: rgb(119,4,12); }

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