Html Css Color HEX #772219 Falu Red

📋 copy color: '#772219'

red 119 ◦ green 34 ◦ blue 25

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

Shades of Falu Red #772219

Tints of Falu Red #772219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 66.85%
G = 19.1%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#772219 (or 0x772219) is known color: Falu Red. HEX triplet: 77, 22 and 19. RGB value is (119,34,25). Sum of RGB (Red+Green+Blue) = 119+34+25=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #772219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772219 is #88DDE6. Grayscale: #3A3A3A. Windows color (decimal): -8969703 or 1647223. OLE color: 1647223.

HSL color Cylindrical-coordinate representation of color #772219: hue angle of 5.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772219 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 25 -
CMYK 0 0.71 0.79 0.53
HSL 5.74º 0.65% 0.28% -
HSV(B) 5.74º 0.79% 0.47% -
XYZ 8.36 5.14 1.47 -
YUV 58.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 119 34 25 0 0.71 0.79 0.53 5.74 0.65 0.28
Hex 77 22 19 0 47 4F 35 6 41 1C
Octal 167 42 31 0 107 117 65 6 101 34
Binary 1110111 100010 11001 0 1000111 1001111 110101 110 1000001 11100

Color Harmonies of #772219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772219

Black with #772219

Text Example


Text Example

White with #772219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772219; }

 p { color: rgb(119,34,25); }

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

background-color css

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

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

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

border-color css

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

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

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