Html Css Color HEX #77211C Falu Red

📋 copy color: '#77211C'

red 119 ◦ green 33 ◦ blue 28

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

Shades of Falu Red #77211C

Tints of Falu Red #77211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 66.11%
G = 18.33%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77211C (or 0x77211C) is known color: Falu Red. HEX triplet: 77, 21 and 1C. RGB value is (119,33,28). Sum of RGB (Red+Green+Blue) = 119+33+28=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77211C is #88DEE3. Grayscale: #3A3A3A. Windows color (decimal): -8969956 or 1843575. OLE color: 1843575.

HSL color Cylindrical-coordinate representation of color #77211C: hue angle of 3.3º degrees, saturation: 0.62, 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 #77211C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 28 -
CMYK 0 0.72 0.76 0.53
HSL 3.3º 0.62% 0.29% -
HSV(B) 3.3º 0.76% 0.47% -
XYZ 8.36 5.09 1.64 -
YUV 58.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 119 33 28 0 0.72 0.76 0.53 3.3 0.62 0.29
Hex 77 21 1C 0 48 4C 35 3 3E 1D
Octal 167 41 34 0 110 114 65 3 76 35
Binary 1110111 100001 11100 0 1001000 1001100 110101 11 111110 11101

Color Harmonies of #77211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77211C

Black with #77211C

Text Example


Text Example

White with #77211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77211C; }

 p { color: rgb(119,33,28); }

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

background-color css

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

 a { background-color: rgb(119,33,28); }

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

border-color css

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

 span { border-color: rgb(119,33,28); }

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