Html Css Color HEX #771405 Falu Red

📋 copy color: '#771405'

red 119 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #771405

Tints of Falu Red #771405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.89%

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

R = 82.64%
G = 13.89%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#771405 (or 0x771405) is known color: Falu Red. HEX triplet: 77, 14 and 05. RGB value is (119,20,5). Sum of RGB (Red+Green+Blue) = 119+20+5=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771405 is #88EBFA. Grayscale: #303030. Windows color (decimal): -8973307 or 332919. OLE color: 332919.

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

Color convert

RGB 119 20 5 -
CMYK 0 0.83 0.96 0.53
HSL 7.89º 0.92% 0.24% -
HSV(B) 7.89º 0.96% 0.47% -
XYZ 7.89 4.43 0.58 -
YUV 47.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 119 20 5 0 0.83 0.96 0.53 7.89 0.92 0.24
Hex 77 14 5 0 53 60 35 8 5C 18
Octal 167 24 5 0 123 140 65 10 134 30
Binary 1110111 10100 101 0 1010011 1100000 110101 1000 1011100 11000

Color Harmonies of #771405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771405

Black with #771405

Text Example


Text Example

White with #771405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771405; }

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

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

background-color css

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

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

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

border-color css

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

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

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