Html Css Color HEX #771616 Falu Red

📋 copy color: '#771616'

red 119 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #771616

Tints of Falu Red #771616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

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

R = 73.01%
G = 13.5%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#771616 (or 0x771616) is known color: Falu Red. HEX triplet: 77, 16 and 16. RGB value is (119,22,22). Sum of RGB (Red+Green+Blue) = 119+22+22=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #771616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771616 is #88E9E9. Grayscale: #333333. Windows color (decimal): -8972778 or 1447543. OLE color: 1447543.

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

Color convert

RGB 119 22 22 -
CMYK 0 0.82 0.82 0.53
HSL 0.69% 0.28% -
HSV(B) 0.82% 0.47% -
XYZ 8.04 4.55 1.21 -
YUV 51 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 119 22 22 0 0.82 0.82 0.53 0 0.69 0.28
Hex 77 16 16 0 52 52 35 0 45 1C
Octal 167 26 26 0 122 122 65 0 105 34
Binary 1110111 10110 10110 0 1010010 1010010 110101 0 1000101 11100

Color Harmonies of #771616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771616

Black with #771616

Text Example


Text Example

White with #771616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771616; }

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

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

background-color css

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

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

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

border-color css

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

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

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