Html Css Color HEX #771C10 Falu Red

📋 copy color: '#771C10'

red 119 ◦ green 28 ◦ blue 16

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

Shades of Falu Red #771C10

Tints of Falu Red #771C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 73.01%
G = 17.18%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#771C10 (or 0x771C10) is known color: Falu Red. HEX triplet: 77, 1C and 10. RGB value is (119,28,16). Sum of RGB (Red+Green+Blue) = 119+28+16=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #771C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C10 is #88E3EF. Grayscale: #353535. Windows color (decimal): -8971248 or 1055863. OLE color: 1055863.

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

Color convert

RGB 119 28 16 -
CMYK 0 0.76 0.87 0.53
HSL 6.99º 0.76% 0.26% -
HSV(B) 6.99º 0.87% 0.47% -
XYZ 8.12 4.79 0.99 -
YUV 53.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 119 28 16 0 0.76 0.87 0.53 6.99 0.76 0.26
Hex 77 1C 10 0 4C 57 35 7 4C 1A
Octal 167 34 20 0 114 127 65 7 114 32
Binary 1110111 11100 10000 0 1001100 1010111 110101 111 1001100 11010

Color Harmonies of #771C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C10

Black with #771C10

Text Example


Text Example

White with #771C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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