Html Css Color HEX #771C18 Falu Red

📋 copy color: '#771C18'

red 119 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #771C18

Tints of Falu Red #771C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.37%

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 69.59%
G = 16.37%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#771C18 (or 0x771C18) is known color: Falu Red. HEX triplet: 77, 1C and 18. RGB value is (119,28,24). Sum of RGB (Red+Green+Blue) = 119+28+24=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #771C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C18 is #88E3E7. Grayscale: #363636. Windows color (decimal): -8971240 or 1580151. OLE color: 1580151.

HSL color Cylindrical-coordinate representation of color #771C18: hue angle of 2.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771C18 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 24 -
CMYK 0 0.76 0.80 0.53
HSL 2.53º 0.66% 0.28% -
HSV(B) 2.53º 0.8% 0.47% -
XYZ 8.19 4.82 1.36 -
YUV 54.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 119 28 24 0 0.76 0.80 0.53 2.53 0.66 0.28
Hex 77 1C 18 0 4C 50 35 3 42 1C
Octal 167 34 30 0 114 120 65 3 102 34
Binary 1110111 11100 11000 0 1001100 1010000 110101 11 1000010 11100

Color Harmonies of #771C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C18

Black with #771C18

Text Example


Text Example

White with #771C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771C18; }

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

 H1.HeaderClassName
 {
   color: #771C18;
 }
 .AnyTagClassName
 {
   color: #771C18;
 }
</style>

background-color css

<style>
 a { background-color: #771C18; }

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

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

border-color css

<style>
 span { border-color: #771C18; }

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

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