Html Css Color HEX #77051E Burgundy

📋 copy color: '#77051E'

red 119 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #77051E

Tints of Burgundy #77051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 77.27%
G = 3.25%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77051E (or 0x77051E) is known color: Burgundy. HEX triplet: 77, 05 and 1E. RGB value is (119,5,30). Sum of RGB (Red+Green+Blue) = 119+5+30=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #77051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77051E is #88FAE1. Grayscale: #292929. Windows color (decimal): -8977122 or 1967479. OLE color: 1967479.

HSL color Cylindrical-coordinate representation of color #77051E: hue angle of 346.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77051E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 30 -
CMYK 0 0.96 0.75 0.53
HSL 346.84º 0.92% 0.24% -
HSV(B) 346.84º 0.96% 0.47% -
XYZ 7.9 4.12 1.61 -
YUV 41.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 119 5 30 0 0.96 0.75 0.53 346.84 0.92 0.24
Hex 77 5 1E 0 60 4B 35 15B 5C 18
Octal 167 5 36 0 140 113 65 533 134 30
Binary 1110111 101 11110 0 1100000 1001011 110101 101011011 1011100 11000

Color Harmonies of #77051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77051E

Black with #77051E

Text Example


Text Example

White with #77051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77051E; }

 p { color: rgb(119,5,30); }

 H1.HeaderClassName
 {
   color: #77051E;
 }
 .AnyTagClassName
 {
   color: #77051E;
 }
</style>

background-color css

<style>
 a { background-color: #77051E; }

 a { background-color: rgb(119,5,30); }

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

border-color css

<style>
 span { border-color: #77051E; }

 span { border-color: rgb(119,5,30); }

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