Html Css Color HEX #77221D Falu Red

📋 copy color: '#77221D'

red 119 ◦ green 34 ◦ blue 29

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

Shades of Falu Red #77221D

Tints of Falu Red #77221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 65.38%
G = 18.68%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77221D (or 0x77221D) is known color: Falu Red. HEX triplet: 77, 22 and 1D. RGB value is (119,34,29). Sum of RGB (Red+Green+Blue) = 119+34+29=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77221D is #88DDE2. Grayscale: #3A3A3A. Windows color (decimal): -8969699 or 1909367. OLE color: 1909367.

HSL color Cylindrical-coordinate representation of color #77221D: hue angle of 3.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77221D is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 29 -
CMYK 0 0.71 0.76 0.53
HSL 3.33º 0.61% 0.29% -
HSV(B) 3.33º 0.76% 0.47% -
XYZ 8.4 5.15 1.71 -
YUV 58.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 119 34 29 0 0.71 0.76 0.53 3.33 0.61 0.29
Hex 77 22 1D 0 47 4C 35 3 3D 1D
Octal 167 42 35 0 107 114 65 3 75 35
Binary 1110111 100010 11101 0 1000111 1001100 110101 11 111101 11101

Color Harmonies of #77221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77221D

Black with #77221D

Text Example


Text Example

White with #77221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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