Html Css Color HEX #77041F Burgundy

📋 copy color: '#77041F'

red 119 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #77041F

Tints of Burgundy #77041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 77.27%
G = 2.6%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77041F (or 0x77041F) is known color: Burgundy. HEX triplet: 77, 04 and 1F. RGB value is (119,4,31). Sum of RGB (Red+Green+Blue) = 119+4+31=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #77041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77041F is #88FBE0. Grayscale: #292929. Windows color (decimal): -8977377 or 2032759. OLE color: 2032759.

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

Color convert

RGB 119 4 31 -
CMYK 0 0.97 0.74 0.53
HSL 345.91º 0.93% 0.24% -
HSV(B) 345.91º 0.97% 0.47% -
XYZ 7.9 4.11 1.67 -
YUV 41.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 119 4 31 0 0.97 0.74 0.53 345.91 0.93 0.24
Hex 77 4 1F 0 61 4A 35 15A 5D 18
Octal 167 4 37 0 141 112 65 532 135 30
Binary 1110111 100 11111 0 1100001 1001010 110101 101011010 1011101 11000

Color Harmonies of #77041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77041F

Black with #77041F

Text Example


Text Example

White with #77041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77041F; }

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

 H1.HeaderClassName
 {
   color: #77041F;
 }
 .AnyTagClassName
 {
   color: #77041F;
 }
</style>

background-color css

<style>
 a { background-color: #77041F; }

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

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

border-color css

<style>
 span { border-color: #77041F; }

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

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