Html Css Color HEX #771F06 Falu Red

📋 copy color: '#771F06'

red 119 ◦ green 31 ◦ blue 6

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

Shades of Falu Red #771F06

Tints of Falu Red #771F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.85%

R = 76.28%
G = 19.87%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#771F06 (or 0x771F06) is known color: Falu Red. HEX triplet: 77, 1F and 06. RGB value is (119,31,6). Sum of RGB (Red+Green+Blue) = 119+31+6=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #771F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F06 is #88E0F9. Grayscale: #363636. Windows color (decimal): -8970490 or 401271. OLE color: 401271.

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

Color convert

RGB 119 31 6 -
CMYK 0 0.74 0.95 0.53
HSL 13.27º 0.9% 0.25% -
HSV(B) 13.27º 0.95% 0.47% -
XYZ 8.13 4.92 0.69 -
YUV 54.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 119 31 6 0 0.74 0.95 0.53 13.27 0.9 0.25
Hex 77 1F 6 0 4A 5F 35 D 5A 19
Octal 167 37 6 0 112 137 65 15 132 31
Binary 1110111 11111 110 0 1001010 1011111 110101 1101 1011010 11001

Color Harmonies of #771F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F06

Black with #771F06

Text Example


Text Example

White with #771F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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