Html Css Color HEX #77001B Burgundy

📋 copy color: '#77001B'

red 119 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #77001B

Tints of Burgundy #77001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 81.51%
G = 0%
B = 18.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77001B (or 0x77001B) is known color: Burgundy. HEX triplet: 77, 00 and 1B. RGB value is (119,0,27). Sum of RGB (Red+Green+Blue) = 119+0+27=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #77001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77001B is #88FFE4. Grayscale: #262626. Windows color (decimal): -8978405 or 1769591. OLE color: 1769591.

HSL color Cylindrical-coordinate representation of color #77001B: hue angle of 346.39º 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 #77001B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 27 -
CMYK 0 1 0.77 0.53
HSL 346.39º 1% 0.23% -
HSV(B) 346.39º 1% 0.47% -
XYZ 7.81 4 1.4 -
YUV 38.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 119 0 27 0 1 0.77 0.53 346.39 1 0.23
Hex 77 0 1B 0 64 4D 35 15A 64 17
Octal 167 0 33 0 144 115 65 532 144 27
Binary 1110111 0 11011 0 1100100 1001101 110101 101011010 1100100 10111

Color Harmonies of #77001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77001B

Black with #77001B

Text Example


Text Example

White with #77001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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