Html Css Color HEX #771E15 Falu Red

📋 copy color: '#771E15'

red 119 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #771E15

Tints of Falu Red #771E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 70%
G = 17.65%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#771E15 (or 0x771E15) is known color: Falu Red. HEX triplet: 77, 1E and 15. RGB value is (119,30,21). Sum of RGB (Red+Green+Blue) = 119+30+21=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #771E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E15 is #88E1EA. Grayscale: #373737. Windows color (decimal): -8970731 or 1384055. OLE color: 1384055.

HSL color Cylindrical-coordinate representation of color #771E15: hue angle of 5.51º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771E15 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 21 -
CMYK 0 0.75 0.82 0.53
HSL 5.51º 0.7% 0.27% -
HSV(B) 5.51º 0.82% 0.47% -
XYZ 8.21 4.9 1.22 -
YUV 55.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 119 30 21 0 0.75 0.82 0.53 5.51 0.7 0.27
Hex 77 1E 15 0 4B 52 35 6 46 1B
Octal 167 36 25 0 113 122 65 6 106 33
Binary 1110111 11110 10101 0 1001011 1010010 110101 110 1000110 11011

Color Harmonies of #771E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E15

Black with #771E15

Text Example


Text Example

White with #771E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,21); }

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

background-color css

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

 a { background-color: rgb(119,30,21); }

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

border-color css

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

 span { border-color: rgb(119,30,21); }

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