Html Css Color HEX #771915 Falu Red

📋 copy color: '#771915'

red 119 ◦ green 25 ◦ blue 21

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

Shades of Falu Red #771915

Tints of Falu Red #771915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

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

R = 72.12%
G = 15.15%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#771915 (or 0x771915) is known color: Falu Red. HEX triplet: 77, 19 and 15. RGB value is (119,25,21). Sum of RGB (Red+Green+Blue) = 119+25+21=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #771915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771915 is #88E6EA. Grayscale: #343434. Windows color (decimal): -8972011 or 1382775. OLE color: 1382775.

HSL color Cylindrical-coordinate representation of color #771915: hue angle of 2.45º 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 #771915 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 21 -
CMYK 0 0.79 0.82 0.53
HSL 2.45º 0.7% 0.27% -
HSV(B) 2.45º 0.82% 0.47% -
XYZ 8.09 4.67 1.18 -
YUV 52.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 119 25 21 0 0.79 0.82 0.53 2.45 0.7 0.27
Hex 77 19 15 0 4F 52 35 2 46 1B
Octal 167 31 25 0 117 122 65 2 106 33
Binary 1110111 11001 10101 0 1001111 1010010 110101 10 1000110 11011

Color Harmonies of #771915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771915

Black with #771915

Text Example


Text Example

White with #771915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771915; }

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

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

background-color css

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

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

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

border-color css

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

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

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