Html Css Color HEX #77201D Falu Red

📋 copy color: '#77201D'

red 119 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #77201D

Tints of Falu Red #77201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 66.11%
G = 17.78%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77201D (or 0x77201D) is known color: Falu Red. HEX triplet: 77, 20 and 1D. RGB value is (119,32,29). Sum of RGB (Red+Green+Blue) = 119+32+29=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201D is #88DFE2. Grayscale: #393939. Windows color (decimal): -8970211 or 1908855. OLE color: 1908855.

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

Color convert

RGB 119 32 29 -
CMYK 0 0.73 0.76 0.53
HSL 0.61% 0.29% -
HSV(B) 0.76% 0.47% -
XYZ 8.35 5.04 1.7 -
YUV 57.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 119 32 29 0 0.73 0.76 0.53 2 0.61 0.29
Hex 77 20 1D 0 49 4C 35 2 3D 1D
Octal 167 40 35 0 111 114 65 2 75 35
Binary 1110111 100000 11101 0 1001001 1001100 110101 10 111101 11101

Color Harmonies of #77201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77201D

Black with #77201D

Text Example


Text Example

White with #77201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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