Html Css Color HEX #771C16 Falu Red

📋 copy color: '#771C16'

red 119 ◦ green 28 ◦ blue 22

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

Shades of Falu Red #771C16

Tints of Falu Red #771C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.02%

R = 70.41%
G = 16.57%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#771C16 (or 0x771C16) is known color: Falu Red. HEX triplet: 77, 1C and 16. RGB value is (119,28,22). Sum of RGB (Red+Green+Blue) = 119+28+22=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #771C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C16 is #88E3E9. Grayscale: #363636. Windows color (decimal): -8971242 or 1449079. OLE color: 1449079.

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

Color convert

RGB 119 28 22 -
CMYK 0 0.76 0.82 0.53
HSL 3.71º 0.69% 0.28% -
HSV(B) 3.71º 0.82% 0.47% -
XYZ 8.17 4.81 1.26 -
YUV 54.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 119 28 22 0 0.76 0.82 0.53 3.71 0.69 0.28
Hex 77 1C 16 0 4C 52 35 4 45 1C
Octal 167 34 26 0 114 122 65 4 105 34
Binary 1110111 11100 10110 0 1001100 1010010 110101 100 1000101 11100

Color Harmonies of #771C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C16

Black with #771C16

Text Example


Text Example

White with #771C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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