Html Css Color HEX #731914 Falu Red

📋 copy color: '#731914'

red 115 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #731914

Tints of Falu Red #731914

RGB

 RED value IS 115 (45.31% from 255) = 71.88%

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

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 71.88%
G = 15.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#731914 (or 0x731914) is known color: Falu Red. HEX triplet: 73, 19 and 14. RGB value is (115,25,20). Sum of RGB (Red+Green+Blue) = 115+25+20=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #731914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731914 is #8CE6EB. Grayscale: #333333. Windows color (decimal): -9234156 or 1317235. OLE color: 1317235.

HSL color Cylindrical-coordinate representation of color #731914: hue angle of 3.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731914 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 20 -
CMYK 0 0.78 0.83 0.55
HSL 3.16º 0.7% 0.26% -
HSV(B) 3.16º 0.83% 0.45% -
XYZ 7.54 4.39 1.11 -
YUV 51.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 115 25 20 0 0.78 0.83 0.55 3.16 0.7 0.26
Hex 73 19 14 0 4E 53 37 3 46 1A
Octal 163 31 24 0 116 123 67 3 106 32
Binary 1110011 11001 10100 0 1001110 1010011 110111 11 1000110 11010

Color Harmonies of #731914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731914

Black with #731914

Text Example


Text Example

White with #731914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731914; }

 p { color: rgb(115,25,20); }

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

background-color css

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

 a { background-color: rgb(115,25,20); }

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

border-color css

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

 span { border-color: rgb(115,25,20); }

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