Html Css Color HEX #771C13 Falu Red

📋 copy color: '#771C13'

red 119 ◦ green 28 ◦ blue 19

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

Shades of Falu Red #771C13

Tints of Falu Red #771C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 71.69%
G = 16.87%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#771C13 (or 0x771C13) is known color: Falu Red. HEX triplet: 77, 1C and 13. RGB value is (119,28,19). Sum of RGB (Red+Green+Blue) = 119+28+19=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #771C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C13 is #88E3EC. Grayscale: #363636. Windows color (decimal): -8971245 or 1252471. OLE color: 1252471.

HSL color Cylindrical-coordinate representation of color #771C13: hue angle of 5.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771C13 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 19 -
CMYK 0 0.76 0.84 0.53
HSL 5.4º 0.72% 0.27% -
HSV(B) 5.4º 0.84% 0.47% -
XYZ 8.14 4.8 1.11 -
YUV 54.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 119 28 19 0 0.76 0.84 0.53 5.4 0.72 0.27
Hex 77 1C 13 0 4C 54 35 5 48 1B
Octal 167 34 23 0 114 124 65 5 110 33
Binary 1110111 11100 10011 0 1001100 1010100 110101 101 1001000 11011

Color Harmonies of #771C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C13

Black with #771C13

Text Example


Text Example

White with #771C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,28,19); }

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

background-color css

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

 a { background-color: rgb(119,28,19); }

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

border-color css

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

 span { border-color: rgb(119,28,19); }

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