Html Css Color HEX #77201B Falu Red

📋 copy color: '#77201B'

red 119 ◦ green 32 ◦ blue 27

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

Shades of Falu Red #77201B

Tints of Falu Red #77201B

RGB

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

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

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

R = 66.85%
G = 17.98%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77201B (or 0x77201B) is known color: Falu Red. HEX triplet: 77, 20 and 1B. RGB value is (119,32,27). Sum of RGB (Red+Green+Blue) = 119+32+27=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #77201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201B is #88DFE4. Grayscale: #393939. Windows color (decimal): -8970213 or 1777783. OLE color: 1777783.

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

Color convert

RGB 119 32 27 -
CMYK 0 0.73 0.77 0.53
HSL 3.26º 0.63% 0.29% -
HSV(B) 3.26º 0.77% 0.47% -
XYZ 8.32 5.03 1.57 -
YUV 57.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 119 32 27 0 0.73 0.77 0.53 3.26 0.63 0.29
Hex 77 20 1B 0 49 4D 35 3 3F 1D
Octal 167 40 33 0 111 115 65 3 77 35
Binary 1110111 100000 11011 0 1001001 1001101 110101 11 111111 11101

Color Harmonies of #77201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77201B

Black with #77201B

Text Example


Text Example

White with #77201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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