Html Css Color HEX #771B05 Falu Red

📋 copy color: '#771B05'

red 119 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #771B05

Tints of Falu Red #771B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 78.81%
G = 17.88%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#771B05 (or 0x771B05) is known color: Falu Red. HEX triplet: 77, 1B and 05. RGB value is (119,27,5). Sum of RGB (Red+Green+Blue) = 119+27+5=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #771B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B05 is #88E4FA. Grayscale: #343434. Windows color (decimal): -8971515 or 334711. OLE color: 334711.

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

Color convert

RGB 119 27 5 -
CMYK 0 0.77 0.96 0.53
HSL 11.58º 0.92% 0.24% -
HSV(B) 11.58º 0.96% 0.47% -
XYZ 8.03 4.72 0.63 -
YUV 52 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 119 27 5 0 0.77 0.96 0.53 11.58 0.92 0.24
Hex 77 1B 5 0 4D 60 35 C 5C 18
Octal 167 33 5 0 115 140 65 14 134 30
Binary 1110111 11011 101 0 1001101 1100000 110101 1100 1011100 11000

Color Harmonies of #771B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B05

Black with #771B05

Text Example


Text Example

White with #771B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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