Html Css Color HEX #771D01 Falu Red

📋 copy color: '#771D01'

red 119 ◦ green 29 ◦ blue 1

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

Shades of Falu Red #771D01

Tints of Falu Red #771D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 79.87%
G = 19.46%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#771D01 (or 0x771D01) is known color: Falu Red. HEX triplet: 77, 1D and 01. RGB value is (119,29,1). Sum of RGB (Red+Green+Blue) = 119+29+1=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #771D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D01 is #88E2FE. Grayscale: #343434. Windows color (decimal): -8971007 or 73079. OLE color: 73079.

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

Color convert

RGB 119 29 1 -
CMYK 0 0.76 0.99 0.53
HSL 14.24º 0.98% 0.24% -
HSV(B) 14.24º 0.99% 0.47% -
XYZ 8.05 4.8 0.53 -
YUV 52.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 119 29 1 0 0.76 0.99 0.53 14.24 0.98 0.24
Hex 77 1D 1 0 4C 63 35 E 62 18
Octal 167 35 1 0 114 143 65 16 142 30
Binary 1110111 11101 1 0 1001100 1100011 110101 1110 1100010 11000

Color Harmonies of #771D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D01

Black with #771D01

Text Example


Text Example

White with #771D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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