Html Css Color HEX #77040D Burgundy

📋 copy color: '#77040D'

red 119 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #77040D

Tints of Burgundy #77040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 87.5%
G = 2.94%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77040D (or 0x77040D) is known color: Burgundy. HEX triplet: 77, 04 and 0D. RGB value is (119,4,13). Sum of RGB (Red+Green+Blue) = 119+4+13=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #77040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77040D is #88FBF2. Grayscale: #272727. Windows color (decimal): -8977395 or 853111. OLE color: 853111.

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

Color convert

RGB 119 4 13 -
CMYK 0 0.97 0.89 0.53
HSL 355.3º 0.93% 0.24% -
HSV(B) 355.3º 0.97% 0.47% -
XYZ 7.72 4.04 0.75 -
YUV 39.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 119 4 13 0 0.97 0.89 0.53 355.3 0.93 0.24
Hex 77 4 D 0 61 59 35 163 5D 18
Octal 167 4 15 0 141 131 65 543 135 30
Binary 1110111 100 1101 0 1100001 1011001 110101 101100011 1011101 11000

Color Harmonies of #77040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77040D

Black with #77040D

Text Example


Text Example

White with #77040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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