Html Css Color HEX #771F04 Falu Red

📋 copy color: '#771F04'

red 119 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #771F04

Tints of Falu Red #771F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 77.27%
G = 20.13%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#771F04 (or 0x771F04) is known color: Falu Red. HEX triplet: 77, 1F and 04. RGB value is (119,31,4). Sum of RGB (Red+Green+Blue) = 119+31+4=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #771F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F04 is #88E0FB. Grayscale: #363636. Windows color (decimal): -8970492 or 270199. OLE color: 270199.

HSL color Cylindrical-coordinate representation of color #771F04: hue angle of 14.09º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #771F04 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 31 4 -
CMYK 0 0.74 0.97 0.53
HSL 14.09º 0.93% 0.24% -
HSV(B) 14.09º 0.97% 0.47% -
XYZ 8.12 4.91 0.63 -
YUV 54.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 119 31 4 0 0.74 0.97 0.53 14.09 0.93 0.24
Hex 77 1F 4 0 4A 61 35 E 5D 18
Octal 167 37 4 0 112 141 65 16 135 30
Binary 1110111 11111 100 0 1001010 1100001 110101 1110 1011101 11000

Color Harmonies of #771F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F04

Black with #771F04

Text Example


Text Example

White with #771F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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