Html Css Color HEX #77001F Burgundy

📋 copy color: '#77001F'

red 119 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #77001F

Tints of Burgundy #77001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.33%
G = 0%
B = 20.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77001F (or 0x77001F) is known color: Burgundy. HEX triplet: 77, 00 and 1F. RGB value is (119,0,31). Sum of RGB (Red+Green+Blue) = 119+0+31=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #77001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77001F is #88FFE0. Grayscale: #272727. Windows color (decimal): -8978401 or 2031735. OLE color: 2031735.

HSL color Cylindrical-coordinate representation of color #77001F: hue angle of 344.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77001F is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 31 -
CMYK 0 1 0.74 0.53
HSL 344.37º 1% 0.23% -
HSV(B) 344.37º 1% 0.47% -
XYZ 7.86 4.02 1.66 -
YUV 39.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 119 0 31 0 1 0.74 0.53 344.37 1 0.23
Hex 77 0 1F 0 64 4A 35 158 64 17
Octal 167 0 37 0 144 112 65 530 144 27
Binary 1110111 0 11111 0 1100100 1001010 110101 101011000 1100100 10111

Color Harmonies of #77001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77001F

Black with #77001F

Text Example


Text Example

White with #77001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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