Html Css Color HEX #771801 Falu Red

📋 copy color: '#771801'

red 119 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #771801

Tints of Falu Red #771801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 82.64%
G = 16.67%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#771801 (or 0x771801) is known color: Falu Red. HEX triplet: 77, 18 and 01. RGB value is (119,24,1). Sum of RGB (Red+Green+Blue) = 119+24+1=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771801 is #88E7FE. Grayscale: #313131. Windows color (decimal): -8972287 or 71799. OLE color: 71799.

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

Color convert

RGB 119 24 1 -
CMYK 0 0.80 0.99 0.53
HSL 11.69º 0.98% 0.24% -
HSV(B) 11.69º 0.99% 0.47% -
XYZ 7.94 4.58 0.49 -
YUV 49.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 119 24 1 0 0.80 0.99 0.53 11.69 0.98 0.24
Hex 77 18 1 0 50 63 35 C 62 18
Octal 167 30 1 0 120 143 65 14 142 30
Binary 1110111 11000 1 0 1010000 1100011 110101 1100 1100010 11000

Color Harmonies of #771801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771801

Black with #771801

Text Example


Text Example

White with #771801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771801; }

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

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

background-color css

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

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

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

border-color css

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

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

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