Html Css Color HEX #771815 Falu Red

📋 copy color: '#771815'

red 119 ◦ green 24 ◦ blue 21

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

Shades of Falu Red #771815

Tints of Falu Red #771815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

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

R = 72.56%
G = 14.63%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#771815 (or 0x771815) is known color: Falu Red. HEX triplet: 77, 18 and 15. RGB value is (119,24,21). Sum of RGB (Red+Green+Blue) = 119+24+21=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #771815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771815 is #88E7EA. Grayscale: #343434. Windows color (decimal): -8972267 or 1382519. OLE color: 1382519.

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

Color convert

RGB 119 24 21 -
CMYK 0 0.80 0.82 0.53
HSL 1.84º 0.7% 0.27% -
HSV(B) 1.84º 0.82% 0.47% -
XYZ 8.07 4.63 1.18 -
YUV 52.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 119 24 21 0 0.80 0.82 0.53 1.84 0.7 0.27
Hex 77 18 15 0 50 52 35 2 46 1B
Octal 167 30 25 0 120 122 65 2 106 33
Binary 1110111 11000 10101 0 1010000 1010010 110101 10 1000110 11011

Color Harmonies of #771815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771815

Black with #771815

Text Example


Text Example

White with #771815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771815; }

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

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

background-color css

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

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

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

border-color css

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

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

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