Html Css Color HEX #77010B Burgundy

📋 copy color: '#77010B'

red 119 ◦ green 1 ◦ blue 11

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

Shades of Burgundy #77010B

Tints of Burgundy #77010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 90.84%
G = 0.76%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77010B (or 0x77010B) is known color: Burgundy. HEX triplet: 77, 01 and 0B. RGB value is (119,1,11). Sum of RGB (Red+Green+Blue) = 119+1+11=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #77010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77010B is #88FEF4. Grayscale: #252525. Windows color (decimal): -8978165 or 721271. OLE color: 721271.

HSL color Cylindrical-coordinate representation of color #77010B: hue angle of 354.92º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77010B is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 11 -
CMYK 0 0.99 0.91 0.53
HSL 354.92º 0.98% 0.24% -
HSV(B) 354.92º 0.99% 0.47% -
XYZ 7.68 3.97 0.68 -
YUV 37.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 119 1 11 0 0.99 0.91 0.53 354.92 0.98 0.24
Hex 77 1 B 0 63 5B 35 163 62 18
Octal 167 1 13 0 143 133 65 543 142 30
Binary 1110111 1 1011 0 1100011 1011011 110101 101100011 1100010 11000

Color Harmonies of #77010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77010B

Black with #77010B

Text Example


Text Example

White with #77010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,1,11); }

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

background-color css

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

 a { background-color: rgb(119,1,11); }

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

border-color css

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

 span { border-color: rgb(119,1,11); }

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