Html Css Color HEX #77221B Falu Red

📋 copy color: '#77221B'

red 119 ◦ green 34 ◦ blue 27

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

Shades of Falu Red #77221B

Tints of Falu Red #77221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15%

R = 66.11%
G = 18.89%
B = 15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77221B (or 0x77221B) is known color: Falu Red. HEX triplet: 77, 22 and 1B. RGB value is (119,34,27). Sum of RGB (Red+Green+Blue) = 119+34+27=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77221B is #88DDE4. Grayscale: #3A3A3A. Windows color (decimal): -8969701 or 1778295. OLE color: 1778295.

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

Color convert

RGB 119 34 27 -
CMYK 0 0.71 0.77 0.53
HSL 4.57º 0.63% 0.29% -
HSV(B) 4.57º 0.77% 0.47% -
XYZ 8.38 5.15 1.59 -
YUV 58.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 119 34 27 0 0.71 0.77 0.53 4.57 0.63 0.29
Hex 77 22 1B 0 47 4D 35 5 3F 1D
Octal 167 42 33 0 107 115 65 5 77 35
Binary 1110111 100010 11011 0 1000111 1001101 110101 101 111111 11101

Color Harmonies of #77221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77221B

Black with #77221B

Text Example


Text Example

White with #77221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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