Html Css Color HEX #771B00 Falu Red

📋 copy color: '#771B00'

red 119 ◦ green 27 ◦ blue 0

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

Shades of Falu Red #771B00

Tints of Falu Red #771B00

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771B00 (or 0x771B00) is known color: Falu Red. HEX triplet: 77, 1B and 00. RGB value is (119,27,0). Sum of RGB (Red+Green+Blue) = 119+27+0=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #771B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B00 is #88E4FF. Grayscale: #333333. Windows color (decimal): -8971520 or 7031. OLE color: 7031.

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

Color convert

RGB 119 27 0 -
CMYK 0 0.77 1 0.53
HSL 13.61º 1% 0.23% -
HSV(B) 13.61º 1% 0.47% -
XYZ 8 4.71 0.49 -
YUV 51.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 119 27 0 0 0.77 1 0.53 13.61 1 0.23
Hex 77 1B 0 0 4D 64 35 E 64 17
Octal 167 33 0 0 115 144 65 16 144 27
Binary 1110111 11011 0 0 1001101 1100100 110101 1110 1100100 10111

Color Harmonies of #771B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B00

Black with #771B00

Text Example


Text Example

White with #771B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771B00; }

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

 H1.HeaderClassName
 {
   color: #771B00;
 }
 .AnyTagClassName
 {
   color: #771B00;
 }
</style>

background-color css

<style>
 a { background-color: #771B00; }

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

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

border-color css

<style>
 span { border-color: #771B00; }

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

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