Html Css Color HEX #731E14 Falu Red

📋 copy color: '#731E14'

red 115 ◦ green 30 ◦ blue 20

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

Shades of Falu Red #731E14

Tints of Falu Red #731E14

RGB

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

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

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

R = 69.7%
G = 18.18%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#731E14 (or 0x731E14) is known color: Falu Red. HEX triplet: 73, 1E and 14. RGB value is (115,30,20). Sum of RGB (Red+Green+Blue) = 115+30+20=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #731E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E14 is #8CE1EB. Grayscale: #363636. Windows color (decimal): -9232876 or 1318515. OLE color: 1318515.

HSL color Cylindrical-coordinate representation of color #731E14: hue angle of 6.32º 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 #731E14 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 30 20 -
CMYK 0 0.74 0.83 0.55
HSL 6.32º 0.7% 0.26% -
HSV(B) 6.32º 0.83% 0.45% -
XYZ 7.66 4.62 1.15 -
YUV 54.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 115 30 20 0 0.74 0.83 0.55 6.32 0.7 0.26
Hex 73 1E 14 0 4A 53 37 6 46 1A
Octal 163 36 24 0 112 123 67 6 106 32
Binary 1110011 11110 10100 0 1001010 1010011 110111 110 1000110 11010

Color Harmonies of #731E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E14

Black with #731E14

Text Example


Text Example

White with #731E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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